menu

Các tags trong HTML

Ghi ra công dụng của các tag trong HTML cho dễ tìm!!!

HTML Table Tags (Ref: https://www.w3schools.com/html/html_tables.asp)

Tag Description
<table> Defines a table
<th> Defines a header cell in a table
<tr> Defines a row in a table
<td> Defines a cell in a table
<caption> Defines a table caption
<colgroup> Specifies a group of one or more columns in a table for formatting
<col> Specifies column properties for each column within a <colgroup> element
<thead> Groups the header content in a table
<tbody> Groups the body content in a table
<tfoot> Groups the footer content in a table

HTML Script Tags (Ref: https://www.w3schools.com/html/html_scripts.asp)

Tag Description
Defines a client-side script
Defines an alternate content for users that do not support client-side scripts