Wednesday, July 26, 2023

how to the apply background image in text in table

                    Background image in Table







Program


<!doctype html>
<html>
<head>

<title>background image with css</title>
<style>
body{
background-image:url('https://wallpapers.com/images/featured/nature-2ygv7ssy2k0lxlzu.jpg');
}
table{
color:red;
margin:auto;
padding:10px;
}
</style>
</head>
<body>
<center> 
<table border="2" height="100px" width="140">
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
</center>
</table>
</body>
</html>

















































Output

backgroundimg




VISIT link 
And
your extra information



background color program
HTML FORM
How to apply css background colour

No comments:

Post a Comment