Vertical align in CSS (Hindi)

Vertical align in CSS (Hindi)

Geeky Shows

6 лет назад

19,216 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@decentshakir2873
@decentshakir2873 - 16.06.2022 08:05

Sir apne html k pure course me span tag nahi bataya or sir H<sub>2</sub>O is tarha Sy jab karsakte ha tw css apply Karne ki kiya zaroorat ha ? Span tag ki any ki waja Sy or html me sub script super script parhne k baat yaha par wahi kaam aap css dekar karre ho? Aesa q

Ответить
@abuzarmahmood96
@abuzarmahmood96 - 12.06.2022 20:05

worst explanation actually no explanation at all.

Ответить
@ariyanraj1921
@ariyanraj1921 - 20.02.2022 06:39

Html playlist me span tag nehi he bro..

Ответить
@localtourism5022
@localtourism5022 - 24.07.2021 07:03

<!DOCTYPEhtml>
<html>
<head>
<title>vertical_align</title>
<style type="text/css">


.top{vertical-align:top;}
.text-top{vertical-align:text-top;}
.middle{vertical-align:middle;}
.bottom{vertical-align:bottom;}
.text-bottom{vertical-align:text-bottom;}

</style>
</head>
<body>


<h1>H<span class="top">2</span>O</h1>
<h1>H<span class="text-top">2</span>O</h1>
<h1>H<span class="middle">2</span>O</h1>
<h1>H<span class="bottom">2</span>O</h1>
<h1>H<span class="text-bottom">2</span>O</h1>
</body>
</html>

Sir Please tell me where I am wrong??
I Could not find my mistake.

Ответить
@localtourism5022
@localtourism5022 - 24.07.2021 06:59

sir span is not there. and sir I was using top, middle and others but it's not working.

Ответить
@pulkitarora8341
@pulkitarora8341 - 28.12.2020 22:19

sir , i want to know about its another vertical align attributes like baseline , top ,text-top ,.....etc

Ответить
@rajkumar-eg7rq
@rajkumar-eg7rq - 16.05.2020 15:02

Sir, your voice is so deep I request you to speak a little sharp in the video as sometimes it gives a harsh sound

Ответить
@umersaeed3517
@umersaeed3517 - 29.04.2020 13:11

<div class="container bg-success" >
<span style="vertical-align: middle;">Hello i am heading</span>
</div>
vertical-align:middle not working. Tell me what is the problem?

Ответить
@uditsaxena1207
@uditsaxena1207 - 19.06.2019 10:56

Most of the HTML & CSS Rules are same. So wht should we prefer?

Ответить
@arjun-yj2tk
@arjun-yj2tk - 13.04.2019 17:21

span ke upar alag se vedio bana do plzz..

Ответить
@mehedihasanmethun368
@mehedihasanmethun368 - 01.05.2018 15:04

i used vertical-align on an img it is working fine...but in the video u said it only works on text element...

Ответить
@anilgugulothu7423
@anilgugulothu7423 - 12.02.2018 17:36

sir in html you taught about only div tag not about the span tag sir... if it is there share it me in description??????

Ответить