Computer Science, asked by ridhi4123, 1 year ago

Write HTML command to insert an image "Hills. Jpg" in the web page having border 3, height 150 width 200. The image is to be aligned in centre of Web page ​

Answers

Answered by aryandhanani04
5

Answer:

<img src="Hills.jpg" alt="Hills" height="150" width="200" border="3">

So here is your answer

Thank you very much

Answered by mona6523
3
To insert an image on following some steps :- ‹HTML›
‹HEAD›
‹TITLE›
‹/HEAD›
‹BODY›
‹Img SRC " Hill Jpg and image file name or image name"›
‹/BODY›
‹/HTML›

Similar questions