Old school Swatch Watches

Webdesignarena: Home For Web Design Tutorials, Codes, Seo Tips And Others

A Largest Blog Site Based On Web Design Tutorials, Blogspot & Wordpress Tutorials, Seo Tips, Xtgem, Wapkiz, Wapkuz, Nextwapblog And Wapelf Codes, Many Coding Helps And Games And Apps Download

Stats: Forum: 2 member(s) Guestbook: 2232 post Subscriber: 2 sub. Date: Today is Friday 17th May 2024 And the time is 4:01:42 am


Webdesignarena Forum Rules

* Mrkunlex Definition and Usage

The <caption> tag defines a table caption.
The <caption> tag must be inserted immediately after the <table> tag.

Note: You can specify only one caption per table.

Tip: By default, a table caption will be center-aligned above a table. However, the CSS properties text-align and caption-side can be used to align and place the caption.

Differences Between HTML 4.01 and HTML5

The align attribute is removed from HTML5.
Attributes
Attribute
Value
Description
align
left
right
top
bottom
Not supported in HTML5.
Defines the alignment of the caption

<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
    border: 1px solid black;
}
</style>
</head>
<body>

<table>
  <caption>Monthly savings</caption>
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <td>$100</td>
  </tr>
  <tr>
    <td>February</td>
    <td>$50</td>
  </tr>
</table>

</body>
</html>

Copy code
2018-03-30 21:09 · (0)

Online: Guests: 1
LATEST GAME DOWNLOAD
  • zlatan-700x465-1-1.jpg
  • Nokia Games Prince of Persia Classic Screen 320x240.jar
  • Super Pocket Football 2015 240x320.jar
  • Super Pocket Football 2015 Sony Ericsson k800i 240x320.jar
  • Chhota Bheem Kart Racer 240x320.jar
  • 1234...222324»
    LATEST APPLICATION DOWNLOAD
  • WhatsApp 2 12 10.jar
  • Nimbuzz chat beta.jar
  • Frim Chat.jar
  • uTweet Me v1.3.jar
  • Facebook chat app with text styler by WEEZYWAP.jar
  • 1234...222324»
    THEMES|TEMPLATE DOWNLOAD
  • Epston-Blogger-Template.zip
  • cicero.zip
  • CarsPortal-Blogger-Template.zip
  • Table-Blogger-Template.zip
  • Almia-Blogger-Template.zip
  • 1234...171819»
    Share This Page: Facebook Twitter Google+
  • Privacy Policy
  • Disclaimer
  • Terms Of Service
  • Guestbook
  • Chatroom
  • About Owner
  • About Site
  • Facebook
  • Twitter
  • Instagram
  • Google+


  • Last Updated: 2018-10-13 01:35:00:AM

    Online : 1, Today : 22, This Month : 106, Total : 9910 visitors

    Site Menu
    Webmaster/Wapmaster Zone | Forum | Chatroom | Games | Apps | Music/Video
    DISCLAIMER: Webdesignarena Users is solely responsible for what he/she post on this site

    ©2018 (Webdesignarena)- Designed & Owned By Mrkunlex