write html program to display on ordered list of type roman numeral full starting number will be 5 also display an image at the centre of the webpage whose dimensional are 500 into 400 pixcle and the alt text will be my hibies follow the following instruction given below.
1-title of the webpage is my hobies.
2- Backgroundcolor will be green
3-order list display your hobies
4-image name is school.jpg
Answers
Answered by
3
Here is your code.
<html>
<Head>
<Title> my hobbies</title>
</Head>
<Body bgcolor= Green>
<Ol type= I start= 5>
<li>..... </li>
</ol>
<Img src Align= center width= 400px Height= 500px alt= my hibies> school.jpg</img>
</body>
</html>
<html>
<Head>
<Title> my hobbies</title>
</Head>
<Body bgcolor= Green>
<Ol type= I start= 5>
<li>..... </li>
</ol>
<Img src Align= center width= 400px Height= 500px alt= my hibies> school.jpg</img>
</body>
</html>
Similar questions