Subject- Computer
Write down a program using HTML Language for creating Simple Table, on sheet
plz help me plz
Answers
Answered by
1
Answer:
How to create a basic table in HTML?
Explanation:
Constructing an HTML table consists of describing the table between the beginning table tag, <TABLE>, and the ending table table tag, </TABLE>. Between these tags, you then construct each row and each cell in the row.
...
Creating a basic table
Table tags: <TABLE> </TABLE>
Row tags: <TR> </TR>
Cell tags: <TD> </TD>
Similar questions