Computer Applications
How would you insert an image file named elephant.jpg at the very top of a Web page ?
HTML Advanced Features
21 Likes
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">
Answered By
9 Likes
Related Questions
How would you make the word Elephant appear whenever the actual elephant.jpg image couldn't be displayed by a Web browser ?
Write the HTML to make the elephant.jpg image appear on the right side of the page, with a big headline reading "Elephants of the World Unit!" on the left side of the page next to it.
Suppose you have a large picture of a standing elephant named elephant.jpg. Now make a small named fly.jpg appear to the left of the elephant's head and mouse.jpg appear next to the elephant's right foot.
Your home page will be at
http://www.mysite.com/home.htm
when you put it on the Internet. Write the HTML code to go on that page so that when someone clicks the words All About Me, they see the page located athttp://www.mysite.com/mylife.htm.