Please find some tips n tricks relating to HTML. Please see here for Markdown information.
tag |
description |
<table> |
Starts the table |
<th> |
Starts a column header row |
<tr> |
Starts a standard data row |
<td> |
Creates a table data cell |
tag |
description |
<colgroup> |
Used to specify styling for a particular column or group of columns |
<col> |
Only used inside the <colgroup> tag. This is where the style is specified for the column group. This tag does not require to be closed. The attribute "span" can be used to indicate how many columns this should apply to |