An HTML element is an individual component of an HTML document or web page, usually with an opening and closing tag. It commands the browser and add specification to the documents or the web-page.
List of Different HTML5 Tags: https://developer.mozilla.org/en-US/docs/Web/HTML/Element
<tagname>Content goes here...</tagname>
The HTML element is everything from the start tag to the end tag:
<p>My first paragraph.</p>
No comments:
Post a Comment