+ 6
<b></strong> or <strong></b> this is correct or incorrect?
Html
12 Answers
+ 14
We have to use the starting and end tags of the same element, like the others said...
Otherwise, it'll be like "fishes in the tree" or "fruits in the river" to the computer and it'll show error 😂
+ 13
Roshan uncle, absolutely 😂🤣🤣👍
+ 12
It must be:
<b></b> or <strong></strong>
+ 5
What? It must be :
<b></b> or <strong></strong>
+ 5
<b></strong> or <strong></b> this is correct or incorrect?
It is incorrect
The correct are <b></b> <strong></strong>
+ 3
Incorrect because <b> and <strong>are not same
But we can use <b> and <strong> they are for bold the text
+ 3
Incorrect. <b> and <strong> are for bold the text, but, the tag <b> is in desuse.
+ 3
Semantically, in HTML5, the correct is to use <strong>.
+ 2
The <b> tag goes with the closing </b> tag. And
The <strong> goes with the closing </strong> tag
+ 2
<b> is only to bold the text and if the text is important then you have to use <strong> tag.
+ 2
(...) </b></strong> <!-- close tags
+ 1
Corect bath all one