0
what is/are the differences between bold texts and strong texts...
4 Respuestas
+ 2
They have almost the same function. but <b> and <i> simply create bold and italic text while <em> and <strong> are used to indicate important text. Some examples are you would use <i></i> for book title or maybe a quote or <b></b> when a quote is written in bold but for important text you would use the later, example: <em><strong> ATTENTION: RESTRICTED ACCESS </strong></em>.
edit: Also <b></b> is not recognized in xml so you have to use <strong></strong>
0
There is no difference, they mean the same thing BRAZIL !
0
u know what?
0
They both are Same thing. I was also wondering the same. So i used note editor to actually write (instead of this virtual playground) and they both gave me exactly same output