What is the difference between <strong>, <b> tags and <em>, <i> tags?
Answer / 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 |
What are the three main aims of html5?
What are the technologies that we use in dhtml?
What is dom manipulation?
Who developed html5?
How do you write a tag?
Will width property uses full width of browser?
Do you know which are two semantic tags are included in HTML5 version?
What is basic html?
What are differences between div and span?
Which method is used to draw an image on the canvas?
Why xhtml is needed?
How to create a hyperlink in html?