My Posts for this Quarter:

HTML: Tags

An HTML Tag is composed of the name of the element, surrounded by angle brackets. An end tag also has a slash after the opening angle bracket, to distinguish it from the start tag.

HTML Tags:
< !--...-->                                 Defines a comment
< !DOCTYPE>           Defines the document type
< a>                                        Defines a hyperlink
< b>                                        Defines bold text
< body>                                Defines the document's body
< br>                                       Defines a single line break
< center>                              Defines centred text

< div>                                     Defines a section in a document
< embed>                             Defines a container for an external application
< h1> to < h6>                        Defines HTML headings
< head>                                 Defines information about the document
< header>                             Defines a header for a document or section
< hr>                                       Defines a thematic change in the content
< html>                                   Defines the root of an HTML document
< i>                                          Italicizes a text
< img>                                    Defines an image
< p>                                        Defines a paragraph
< span>                                 Defines a section in a document
< style>                                 Defines style information for a document
< sup>                                   Defines superscripted text
< table>                                Defines a table
< tbody>                              Groups the body content in a table
< td>                                      Defines a cell in a table
< tfoot>                                Groups the footer content in a table
< th>                                      Defines a header cell in a table
< thead>                               Groups the header content in a table
< time >                                  Defines a date/time

< title >                                   Defines a title for the document

No comments:

Post a Comment