Our Tags So Far
HTML Tags
- The paragraph tag <p>
- The emphasis tag <em>
- The strong tag <strong>
- The underline tag <u>
- The line break tag <br>
- The header tags <h1>…<h6>
- The ordered list tag <ol>
- The list item tag <li>
- The anchor tag <a>
- The image tag <img>
- The <table> tag is used to create a table
- The <tr> tag is used to define a row within a table
- The <td> tag is used to define a cell within a row
- The <th> tag is used to define a header cell within a table
- The <form> tag defines a form.
- <span> is an in-line tag acting on a small collection of HTML.
- <div> is a block tag acting on the enclosed HTML.
- The <abbr> tag is used to modify an abbreviation.
- The <blockquote> and <q> tags are used for quotations.
- The <code> tag is used to define the appearance of programming code.
- The <cite> tag is used to define a citation.
- The <pre> tag is used to display preformatted text.
- The <dl> tag defines a term
- The <dd> tag defines the definition
- The HTML tags <ins> and <del> are used to display editorial insertions and deletions respectively.
- The HTML tag <dfn> is used to denote a definition
HTML5 Tags
- The HTML5 tag <article> is used for sectioning
- The HTML5 tag <header> is used for sectioning
- The HTML5 tag <footer> is used for sectioning
- The HTML5 tag <nav> is used for sectioning
- The HTML5 tag <section> is used for sectioning
- The HTML5 tag <aside> is used for sectioning
- The HTML5 tag <figure> is used to mark a figure
- The HTML5 tag <figurecaption> is used to describe a figure
- The HTML5 tag <time> is used to represent a datetime value
- The HTML5 tag <mark> is used to highlight text
- The HTML5 tag <small> is used to represent text in small print
- The HTML5 tag <audio> is used to present an audio file
- The HTML5 tag <video> is used to present a video file