. 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 is a hyperlink example?
What are the new FORM elements which are available in HTML5?
How xhtml is better than html?
Why is XHTML needed? Isn't HTML good enough?
What is html5 tag?
How do I get a back button on my page?
Explain new form elements in html5.
What is dynamic xhtml document?
What are the limitations when serving XHTML pages?
What is the easiest way to convert my HTML documents to XHTML?
Does html5 have enhanced comment lines?
Why do we need HTML 5 server-sent events?