HTML Tags
Published Aug 3, 2021Updated Aug 2, 2023
Contribute to Docs
In HTML, tags are commonly defined as a set of characters constituting a formatted command for a web page. They are used for making elements for the web page’s markup. During the early days of the World Wide Web, tags were responsible for a majority of the web’s code.
Syntax
<element-name> content </element-name>
<self-closing-element-tag />
A single tag is made of an opening angle bracket <, followed by the element-name, followed by the closing angle bracket. While most elements are made of opening and closing tags some are self-closing. Furthermore, some self-closing elements like <br> can have a slash at the end like so: <br />. The other self-closing tags include: <area>, <base>, <col>, <embed>, <hr>, <img>, <input>, <keygen>, <link>, <meta>, <param>, <source>, <track>, and <wbr>.
Contribute to Docs
- Learn more about how to get involved.
- Edit this page on GitHub to fix an error or make an improvement.
- Submit feedback to let us know how we can improve Docs.
Learn HTML on Codecademy
- Front-end engineers work closely with designers to make websites beautiful, functional, and fast.
- Includes 34 Courses
- With Professional Certification
- Beginner Friendly.115 hours
- Start at the beginning by learning HTML basics — an important foundation for building and editing web pages.
- Beginner Friendly.7 hours