Recent

6/recent/ticker-posts

HTML (29)

HTML (29)


Which To Choose – Computer Science or Data Science?


 Table Attribute

Height and Width attribute

This tag is used to specify the HEIGHT and WIDTH of the TABLE.

Example ↓↓↓↓↓

<html>
<head>
<title>My Page</title> 
</head>
</head>
<body>
<table border="5" height="100" width="60">
<tr>
<td>Sample</td>
<td>Sample</td>
<td>Sample</td>
<td>Sample</td>
</tr>
</table>
</body>
</html>





Post a Comment

0 Comments