Computer Science, asked by jharupam17, 7 months ago

Q4) Write code in HTML to display:
a) The smallest heading that reads "WELCOME FRIENDS"
b) An image as the background of the web page.
(For eg. If image is "c:/desktop/images/flower.jpg")​

Answers

Answered by serenasamson
0

Answer:

<!DOCTYPE HTML>

<head> an example of Welcome friends with a picture</head>

<body>

<h7>WELCOME FRIENDS</h7>

<bg img= flower.jpg> picture of flower</bg>

</body>

</HTML>

Similar questions