Computer Science, asked by jamalijah65, 9 months ago


Write the HTML command that will do the
following using <img tag:
(1) To INSERT an image
(ii) To ALIGN the image in the middle
(iii) To set the BORDER of 4 pixels around
the image.
(iv) To set the HEIGHT of the image as
percentage value from 1 to 100.​

Answers

Answered by srajfaroquee
1

Answer:

i)  <img src="image_name.jpg" >

ii) <img src="image_name.jpg" align="center">

iii) <img src="image_name.jpg" border="4">

iv) <img src="image_name.jpg" height="50%">

If you have doubt then let me know and I will try to clarify your doubts.

Please follow me and mark this ans as Branliest answer.Thank you!

Answered by rushilansari
0

Answer:

i)  <img src="image_name.jpg" >

ii) <img src="image_name.jpg" align="center">

iii) <img src="image_name.jpg" border="4">

iv) <img src="image_name.jpg" height="50%">

Similar questions