Thursday 26 January 2017

HTML element reference





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.
<tagname>Content goes here...</tagname>

The HTML element is everything from the start tag to the end tag:


<p>My first paragraph.</p>



List of  Different HTML5 Tags: https://developer.mozilla.org/en-US/docs/Web/HTML/Element

No comments:

Post a Comment