Computer Science, asked by bhompriya, 28 days ago

Write the HTML to make the elephant.jpg image
appear on the rightside of the page, with a
big headline reading "Elephants of the World
Unit!" on the left side of the page next to it.​

Answers

Answered by Anonymous
14

Here is your HTML to make the elephant.jpg image

______________________________________

<HTML>

<HEAD> <H1> Elephants of the World  Unit! <H1>

</HEAD>

<BODY>

<IMG SRC = "E:\Photo_2\Elephant.JPG"

align = "Right">

</BODY>

</HTML>

______________________________________

I'm beginner in coding ..hope it helps❤~

Similar questions