1.

WRITE AN HTML PROGRAM TO DISPLAY THE ANNUAL EXAMINATION DATESHEET OF YOUR CLASS IN TABULAR FORM USING TABLE TAG AND ITS ATTRIBUTES. USE MAXIMUM TAGS AND ATTRIBUTES TO DECORATE YOUR PAGE. GIVE BACKGROUND AND CONTENT COLOR.

Answer»

Explanation:We can create a table to display DATA in TABULAR FORM, using

element, with the ... by tag, table header is defined by
, and table data is defined by tags. ... of the page e.g. header section, navigation bar, body content, footer section etc. ... You can use border attribute of table tag in HTML to SPECIFY border


Discussion

No Comment Found