+ 5
HTML TAGS ( DISCUSSION THREAD )
Guys this is not a question but a discussion threads. we will discuss all html tag's here.hope it will be useful to you all. don't forget to like and drop a question :)
12 Réponses
+ 3
which is your favourite html tag guys ?
mine is < !doctype html >
+ 3
<sub> tag stands for subscript and <sup> tag stands for superscript.
subscript is like a base and superscript is like a power
+ 3
for me <span>😜
+ 2
mine is <a> guyz
+ 2
I am just learning html in college and working on my first site. I've used site builders in the past but this is my first one from scratch. I think my favorite html tag is <div> although I struggle with it. <div> confuses me a bit but I enjoy what I'm doing and trying to improve every day.
+ 1
mine would have to be <font> i dont know why i just like it lol
+ 1
✌✌✌😊 great
+ 1
do anybody know what <bdi> tag does , I was just checking a source code of the random website and saw this tag ??
+ 1
I found a link that explains it, because this is the first time ive ever seen this tag:
http://www.quackit.com/html_5/tags/html_bdi_tag.cfm
+ 1
yeah that was helpful ,but I am still confused, what kind of bidirectional ??
+ 1
i would like to know the difference between <sub> and <sup>. Whats there purpose?
0
The <sup> tag defines superscript text. Superscript text appears half a character above the normal line, and is sometimes rendered in a smaller font. Superscript text can be used for footnotes, like WWW[1].
The <sub> tag defines subscript text. Subscript text appears half a character below the normal line, and is sometimes rendered in a smaller font. Subscript text can be used for chemical formulas, like H2O.
note : well sololearn didn't support .