Computer Science, asked by tcsasmitha, 1 month ago

write a HTML program to display your address with name in bold address in italics and your area should be underlined

Answers

Answered by saudnarendra200
1

Answer:

What’s the difference? Semantics. <strong> is used to indicate that the text is fundamentally or semantically important to the surrounding text, while <b> indicates no such importance and simply represents text that should be bolded.

If you were to use <b> a text-to-speech program would not say the word(s) any differently than any of the other words around it - you are simply drawing attention to them without adding any additional importance. By using <strong>, though, the same program would want to speak those word(s) with a different tone of voice to convey that the text is important in some way.

Explanation:

Similar questions