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 736961 of Tag

  • Revision slug: Glossary/Tag
  • Revision title: Tag
  • Revision id: 736961
  • Created:
  • Creator: hbloomer
  • Is current revision? No
  • Comment Removed Summary heading. Removed In depth heading. Added General knowledge and Technical reference headings with bullets.

Revision Content

In HTML a tag is used for creating an element.  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. 

Learn more

General Knowledge

Technical reference

 

 

Revision Source

<p>In HTML a tag is used for creating an element.&nbsp; 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>

<h2 id="Know_More"><strong>Learn more</strong></h2>

<h3><strong>General Knowledge</strong></h3>

<ul>
 <li><a href="https://www.w3.org/History/19921103-hypertext/hypertext/WWW/MarkUp/Tags.html">HTML Tags on W3 </a></li>
 <li><a href="https://en.wikipedia.org/wiki/HTML_element">HTML element on Wikipedia</a></li>
</ul>

<h3>Technical reference</h3>

<ul>
 <li><a href="/en-US/Learn/HTML/HTML_tags">What are HTML tags &amp; how to use them [en-US]</a></li>
</ul>

<p>&nbsp;</p>

<p>&nbsp;</p>
Revert to this revision