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.
Answers
Answered by
0
Answer:
Explanation:
We can create a table to display data in tabular form, using <table> element, with the ... by <tr> tag, table header is defined by <th>, and table data is defined by <td> 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
Similar questions