Computer Science, asked by daisyjoseph860, 5 months ago

Write
HTML
Code
to
create
and
display the
table in
webpage​

Answers

Answered by jalakpatel
0

Answer:

To create table<tr>, <th>, and <td> elements. A table row is defined by the <tr> tag. To set table header, use the <th> tag.

Answered by sreeraaga2506
5

Answer:

<table> tag

Explanation:

To create a table in HTML,use the <table> tag. A table consists of rows and columns,which can be set using one or more <tr>,<th> and <td> elements. A table row is defined by the <tr> tag. To set table header,use the <th> tag.

Hope it helps you.

Similar questions