CBSE Class 10 Computer Applications Question 98 of 125

HTML II — Images, Links and Tables — Question 12

Back to all questions
12
Question

Question 12

How would you insert an image file named elephant.jpg at the very top of a Web page ?

Answer

To insert the image at the very top of a Web page, the align attribute of <IMG> tag should be set to "top" in the following way:

<IMG SRC = "ELEPHANT.JPG" ALIGN = "TOP">