Fill in the blanks
3:- Each row within a table begins with the ____ tag in HTML
Answers
Answered by
1
Answer:
A table in HTML is not difficult to create and by now you you might have an idea of the tags to be used. A table in HTML begins with <table> and ends with a </table>. In between these two tags we use additional tags to signify the beginning and end of a table row and the beginning and end of a table cell.
Similar questions