Ad

How to set background image html table




How to set background image htm 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


Related Post 

php program to print number increasing pyramid

php program to print Alphabet pattern M

php if else statements

No comments

Powered by Blogger.