answersLogoWhite

0

Where is the caption for a table placed in HTML?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

The caption will appear at the top by default. You can change that by using the align attribute in it, like using align="bottom" to put it below the table.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where is the caption for a table placed in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is HTML caption?

The caption is created for 508 compliance, you add within <table> tag. The caption will appear on front end of site, usually a short sentence about what is below.


Can you insert an image in table header in HTML?

Yes, you can insert an image anywhere in the code. You just have to insert the img tag before the area you want to insert it.


How do you create and use an HTML table?

HTML tables are created by the <table> command. Inside the table we can use tags like <li>, <ul>,<ol> etc.


What do you mean by HTML header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


Is a caption used in writing a letter to an editor?

Yes, a caption is a brief description or title placed below an image or illustration to explain what it is about. In a letter to the editor, a caption could be used to provide context or additional information about a related image or graphic.


What is an advantage of exporting a table to an HTML file?

The advantage of exporting a table in HTML is that you could easily manipulate it. You could also show it in a website.


How do you create homepage or web page from event in table format using HTML?

Homepage can be created using HTML or various other languages. <table> can be used to create tabular format in HTML.


What is the functin of the tr in HTML?

The <tr> tag in HTML functions to define a table row. It's part of a <table> tag's body, and is used to contain either table headers <th> or table cells <td>.


What do you mean by header?

HTML header is placed on the top of a HTML page. It is wrapped inside the <head> element.


How do you print an HTML table using PHP?

It is really simple to print an HTML table in PHP, all you have to do is the following: <?php print "<table>"; print "<tr>"; print "<td>hello</td>"; print "</tr>"; print "</table>"; ?>


Where are there actnoides placed on the periodic table?

Actinoids are placed in a separate row under the periodic table.


Is html table has no standard size such as width and height?

There is no standard size for HTML tables. They take their size by the amount of content in the table or by the the designer specifying a size.