Search
 
SCRIPT & CODE EXAMPLE
 

HTML

html table title

<caption style="font-weight: bold">Table Title</caption>
Comment

table title html

<!--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>
Comment

PREVIOUS NEXT
Code Example
Html :: click on button fire to another button 
Html :: colab to html 
Html :: html lien téléphone 
Html :: onclick show div and hide other div 
Html :: how to make an image link on html 
Html :: html <br 
Html :: how to write superscript in markdown 
Html :: how to shift div to right 
Html :: on click in a tag 
Html :: how to change font colour in html 
Html :: html video player 
Html :: form example 
Html :: <p tag html 
Html :: markdown to html 
Html :: use svg as favicon react 
Html :: add image in html 
Html :: link to section on page html 
Html :: bootstrap table go to page 
Html :: youtube autoplay 
Html :: how to pass the current url to beautiful soup html 
Html :: html disable button tag 
Html :: angular material disable radio button 
Html :: how to keep :active css style after click a button 
Html :: make checkbox required 
Html :: how to add an input next to each other 
Html :: icheck js 
Html :: bootstrap input field validation 
Html :: modal pop up html css 
Html :: how to remove box from form in html 
Html :: how to get the 4th child of an html element 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =