What is the difference between <strong>, <b> tags and <em>, <i> tags?
Answer Posted / nashiinformaticssolutions
The tags , , and , have the same effect on a standard webpage. Bold and italic are indicated by the and tags. These two tags don't say anything about the text; they just apply font styling and the bold tag , which simply adds extra ink to the text.
On the other hand, the and tags indicate that the text's span is more important or of strong importance than the remainder of the text, respectively. The meaning of these tags is semantic.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is output element in HTML 5?
What are the types of hyperlink?
What is an html file?
What property is used to set the speed of marquee in html?
What are features of HTML5?
What is web storage api?
What is the use of hidden field in html?
Is html 5 backward compatible?
What is a meta keyword?
What is inline code?
Explain numbered lists in html?
Which is new element in html5?
What is the difference between xhtml, html 4 and html 5?
Is html front end?
Explain the key differences between localstorage and sessionstorage objects.