Computer Science, asked by manavnagpal416, 10 months ago

Write a program in HTML to display an image with some alternate text

and caption.

Answers

Answered by maspace386
0

Answer:

This is the program you need to paste so as to input an image for html:

<img src="HTML.png" alt="Avatar" style="width:150px">

(That is just an example)

As for the caption, you can easily write a command to display a body type paragraph to be put underneath the picture.

Hope it helps.

Explanation:

Similar questions