Web Application
Development
ITC22023
Practical
<p> By: P.Vishaliney </p>
, HTML
Hyper Text Markup Language
<p> HTML is the code that is used to structure a web page and
its content. </p>
, HTML Table
● An HTML table is defined with the <table> tag.
● Each table row is defined with the <tr> tag.
● A table header is defined with the <th> tag. By default, table headings
are bold and centered.
● A table data/cell is defined with the <td> tag.
Development
ITC22023
Practical
<p> By: P.Vishaliney </p>
, HTML
Hyper Text Markup Language
<p> HTML is the code that is used to structure a web page and
its content. </p>
, HTML Table
● An HTML table is defined with the <table> tag.
● Each table row is defined with the <tr> tag.
● A table header is defined with the <th> tag. By default, table headings
are bold and centered.
● A table data/cell is defined with the <td> tag.