HTML5 APPLICATIONS DEVELOPMENT MANUAL

(lu) #1

Defines a row in a table


Defines a cell in a table


Defines a table caption



Specifies a group of one or more columns in a table for


formatting



Specifies column properties for each column within a


element


Groups the header content in a table


Groups the body content in a table


Groups the footer content in a table


There are two primary types of lists in HTML5: ordered and


unordered. Ordered lists use the
    tag and order items in a list using


numbers. Unordered lists use the
    tag and display items in a bulleted list.


You can add items to both types of lists using the
  • tag.

  • <!DOCTYPE html>









    • Item

    • Item

    • Item



    1. First item

    2. Second item

    3. Third item



    Free download pdf