. 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 emphasized text in html?
How do I force a download?
What are applets?
What is local storage?
How to create sub sub navigation with html5 css3.
What tag is used to create HTML Lists?
Why is html5 important?
What does <> mean in html?
How can we comment in html?
Why xhtml is used?
My images/hyperlinks are coming out all wrong, or don't load! What's up?
Why doctype is important in html?