1.

How to make html program by list and table.

Answer» To\xa0create table in HTML, use the tag. A\xa0table\xa0consist of rows and columns, which can be set using one or more , tag. To set\xa0table\xa0header, use the
, and elements. A\xa0table\xa0row is defined by the
tag.\tUse the HTML
    element to define an unordered list.\tUse the CSS list-style-type property to define the list item marker.\tUse the HTML
      element to define an ordered list.\tUse the HTML type attribute to define the numbering type.\tUse the HTML
    1. element to define a list item.


Discussion

No Comment Found