HTML Tags
HTML Tags
HTML Tags — Are element names surrounded by angle brackets.
HTML Tags — Label pieces of content such as "heading", "paragraph", "table", and so on.
Normally come in pairs like <p> and </p>.
Browsers do not display the HTML tags, but use them to render the content of the page.
Syntax
<tagname>content goes here...</tagname>
Use Lowercase Tags
Related concepts
→
HTML Tags
→
- Web Browsers
- The <!DOCTYPE> Declaration
- HTML Paragraphs
- HTML Links
- HTML Buttons
- HTML Lists
- HTML Element
- Empty HTML Elements
- HTML Element: Do Not Forget the End Tag
- HTML Tags: Use Lowercase Tags
- HTML Attributes
- The lang Attribute
- HTML Comment Tag
- <map>
- <img>
- <tr>
- <th>
- <td>
- <caption>
- <colgroup>
- <col>
- <thead>
- <tbody>
- <tfoot>
- <ul>
- <ol>
- <dl>
- <dt>
- <dd>
- <div>
- <span>
- HTML Iframes
- The HTML <script> Tag
- The HTML <noscript> Tag
- <header>
- <nav>
- <section>
- <article>
- <aside>
- <footer>
- <details>
- <summary>
- The HTML <head> Element
- <base>
- HTML Documents: Omitting <html>, <head> and <body>
- <meta>: Setting The Viewport
- Computer Code Elements
- <kbd>
- <samp>
- <code>
- <var>
- The charset Attribute
- HTML Forms
- <fieldset>
- <input>
- <select>
- <button>
- HTML5 <datalist>
- HTML5 <output>
- <svg>
- <video>
- <audio>
- Plug-ins
- <object>
- <embed>
- <bdi>
- <dialog>
- <figcaption>
- <figure>
- <main>
- <meter>
- <progress>
- <rp>
- <rt>
- <ruby>
- <time>
- <wbr>
- Problem With Internet Explorer 8: Syntax For HTML5Shiv