Computer Science, asked by bunny202, 5 months ago

iv. Rahul is creating a web page and wants to insert images in his web page. He wants to insert

one image in the home page at the center of the page. He is writing the code as <img

src=”C:\Myimage.jpg” align=”center”> but he is not getting the desired output.Help Rahul to

get the desired output.​

Answers

Answered by Harshaditya8j
1

Answer:

Explanation: What you have written is wrong. Acc to HTML language there should be closed brackets on either side of the word 'image' and if u want it to align to center just type <center>.

Similar questions