Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Revision 721371 of Tag

  • Revision slug: Glossary/Tag
  • Revision title: Tag
  • Revision id: 721371
  • Created:
  • Creator: hbloomer
  • Is current revision? No
  • Comment added more content and reviewed previous content on page

Revision Content

Summary

In HTML a tag is used for creating an element. 

In Depth

The name of an HTML element is the name used in angle brackets such as <p> for paragraph.  Note that the end tag's name is preceded by a slash character, "</p>", and that in empty elements the end tag is neither required nor allowed. If attributes are not mentioned, default values are used in each case. 

Know More

HTML Tags on W3

HTML element on Wikipedia

What are HTML tags & how to use them [en-US]

 

 

Revision Source

<h3><strong>Summary</strong></h3>
<p>In HTML a tag is used for creating an element.&nbsp;</p>
<h3><strong>In Depth</strong></h3>
<p>The <strong>name</strong> of an HTML element is the <strong>name</strong> used in angle brackets such as &lt;p&gt; for paragraph.&nbsp; Note that the end tag's <strong>name</strong> is preceded by a slash character, "&lt;/p&gt;", and that in empty elements the end tag is neither required nor allowed. If attributes are not mentioned, default values are used in each case.&nbsp;</p>
<h3><strong>Know More</strong></h3>
<p><a href="https://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/Tags.html">HTML Tags on W3 </a></p>
<p><a href="https://en.wikipedia.org/wiki/HTML_element">HTML element on Wikipedia</a></p>
<p><a href="/en-US/Learn/HTML/HTML_tags">What are HTML tags &amp; how to use them [en-US]</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
Revert to this revision