Computer Science, asked by sandhyasinghmuskan3, 10 months ago

Write code in html to display (a) the smallest heading that reads"WELCOME FRIENDS" (b) an image as the background of the page. (for example. lfimage is"c: /dekstop/images/flower. jpg")​

Answers

Answered by Anonymous
13

<HTML>

<HEAD>

<BODY>

<H2>"WELCOME FRIENDS"</H2>

<img src="../flower.jpg">

</BODY>

</HEAD>

</HTML>

hope it help

Similar questions