caption font: 1.5em Georgia, "Times New Roman", Times, serif; : caption « Tags « HTML / CSS






caption font: 1.5em Georgia, "Times New Roman", Times, serif;

   
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<style type="text/css">
table caption {
    font: 1.5em Georgia, "Times New Roman", Times, serif; 
    padding: 1em;
}
</style>
</head>

<body>
  <table id="shoppingcartTable" summary="List of products in your shopping cart.">
   <caption>Shopping Cart Listing - <strong>Subtotal: $45.16</strong>; 
  changed quantities? <input type="submit"  value="Update price(s)" /></caption>
   ...
  </table>
</body>
</html>

   
    
    
  








Related examples in the same category

1.'caption' Example
2.'valign' defines the vertical alignment of text within the table cell or other element
3.caption-side: bottom
4.caption font-size: 90%;text-align: right;
5.Table caption tag
6.Table with caption and table header
7.caption font-weight: bold; / color: yellow;
8.caption color: yellow;
9.caption background-color: red;
10.caption tag summarizes the table's contents (this helps the visually impaired)
11.Set style for table caption
12.Caption align to the right
13.Table with caption, header, footer and table body
14.caption font-weight: bold;
15.caption text-align: left;
16.caption border-style: solid;
17.caption border-width: 1px;
18.caption border-color: #666666;
19.caption text-align: right
20.caption caption-side: bottom;
21.caption text-align: right;
22.caption vertical-align: top;
23.caption margin-bottom: 5px;
24.caption text-transform: lowercase;
25.caption font-size: 160%;
26.caption padding: 5px;
27.caption letter-spacing: 10px;
28.caption font-size: 1.5em;
29.caption font-weight: 400;
30.caption margin: 0;
31.caption padding: 6px 0 8px;
32.caption padding: 1em;
33.'align' specifies the alignment of text within the element