background image html program
Background image
Information
background image tag <background> attribute in the HTML document use to specify the background image on HTML page
Program
<!DOCTYPE html>
<html>
<head>
<title>Welcome To GFG</title>
</head>
<body background="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR--ezbIfR7wOHrezjEfSvSS1U9HMm_YsqjuA&usqp=CAU">
<h2>Image add to page</h2>
<p> <img src=""> IMG tag. use</p>
</body>
</html>
OUTPUT
Post a Comment