show-notice
hide-notice

Thursday 8 August 2013

HTML caption Tag


Introduction:

The HTML caption tag is used for creating table captions.

Example:
<html>
<head>
<title>HTML caption Tag</title>
</head>
<body>
<table border="1">
<caption>Table caption</caption>
<tr>
<td>Left cell</td>
<td>Right cell</td>
</tr>
</table>
</body>
</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com