+ 3
Any difference between strong text/bold text and subscript/superscript in HTML? These differences are not clear in the course
Difference between strong text/bold text and subscript/superscript in HTML
6 ответов
+ 2
Browsers display <strong> as <b>, and <em> as <i>.
However, the meanings of these tags differ: <b> and <i> define bold and italic text, respectively, while <strong> and <em> indicate that the text is "important".
+ 1
Actually Strong and Bold shows the same Output So there is no difference....
And Subscript and Superscript are different Subscript is use for like this : H2O and here 2 is smaller bottom text
And Superscript is use for like this : (a+b)²
Hope this will help....
0
Thanks a lot for your explanation. However i now get the coding and meaning aspect of strong and bold...but still unclear as to how and where to use them. Can you please elaborate a bit further?
0
okay...now i can relate. It's more of grammar and less of coding for these 2. Thanks a lot. That really helped :)
0
html
0
To show the difference between subscript and superscript add some text after <p> and before <sup> or <sub>