. 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 does whatwg stand for in the world of html5?
how can we convert html server controls to webserver controls?
How do I close a browser window with html code?
What is description list?
Can I have two or more actions in the same form?
What is the difference between standard mode and quirks mode?
What is the simplest html page?
How to create and access sessionstorage object in html5?
How to use javascript in html?
What is the html tags?
Explain html background.
What is make a table?