. Are the HTML tags and elements the same thing?
Answer / nashiinformaticssolutions
No. HTML elements are defined by a starting tag, may contain some content and a closing tag.For example, <h1>Heading 1</h1> is a HTML element but just <h1> is a starting tag and </h1> is a closing tag.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are custom meta tags?
How can I display an image on my page?
What are the features of dhtml?
What are the audio tags provided by HTML 5?
Explain five new input types provided by HTML5 for forms?
Where is dhtml used?
What is the difference between b and br tag?
What are gradients in canvas used for?
Why doctype is important in html?
What is row and column?
What are the benefits of html5?
Is the br tag deprecated?