Recent

6/recent/ticker-posts

HTML (28) PART 1

HTML (28) PART 1


Computers and computer systems - OpenLearn - Open University - T224_1



Table Attribute

Background attribute

This is used to place a image or picture in a tabled

TAG: <background>

Example ↓↓↓↓

<html>
<head>
<title>My Page</title>
</head>
<body>
<table Border="7" Background="C:\Users\Public\Pictures\Sample Pictures\Tulips.jpg">
<tr>
<td>SAMPLE</td>
<td>SAMPLE</td>
<td>SAMPLE</td>
<td>SAMPLE</td>
<td>SAMPLE</td>
<tr>
</table>
</body>
</html>


Post a Comment

0 Comments