<caption style="font-weight: bold">Table Title</caption>
<!--There are 2 ways to make a table title. Number 1:-->
<table>
<tr>
<!--Make a column with random symbols like ------ in it(it has to be as long as the title), then at the first row enter your table title as a table heading.-->
<th>My Favorite Kittens</th>
<!--Add any other table headings if necessary.-->
</tr>
<tr>
<td>-------------------</td>
<td>My example kitten</td>
</tr>
</table>
<!--Number 2:-->
<!--Simply put a heading above the table. The easiest and somteimes more convinient option.-->
<h3>My Favorite Kittens</h3>
<table>
<tr>
<th>White</th>
</tr>
<tr>
<td>My example kitten</td>
</tr>
</table>
Code Example |
---|
Html :: input text |
Html :: <!DOCTYPE html eslint error |
Html :: bootstrap nav tabs |
Html :: tag field |
Html :: disable pdf download to not logged in users wordpress |
Html :: normie box dank memer |
Html :: avoid textarea user input |
Html :: html textarea unscalable |
Html :: aligment absolute center slds |
Html :: indice html |
Html :: make an drodown menu |
Html :: emmet multiple tags |
Html :: what is paragraph tag |
Html :: assign multiple attributes by destructuring props react |
Html :: javascript update number |
Html :: cara membuat dropdown di html |
Html :: link to middle of page |
Html :: html table resize columns |
Html :: 24 hour time input html |
Html :: angular call function from html |
Html :: <= meaning |
Html :: simple form for add id to input |
Html :: year picker in html |
Html :: dir in html |
Html :: kotlin fabric |
Html :: 503 service unavailable error |
Html :: map box hyperlink |
Html :: bootstap loading |
Html :: code for dropdown in html |
Html :: where to store nft art |