Computer Science, asked by divyanshusethi3, 2 months ago

Rohan wants to insert an image ‘Computer.jpg’ into a webpage. Write the

name of tag and the line of code he should use. The alternate text for the

image should be ‘Computer Image’.​

Answers

Answered by freedarajesh2003
0

Answer:

Explanation:

img

In order to put a simple image on a webpage, we use the <img> element. This is an empty element (meaning that it has no text content or closing tag) that requires a minimum of one attribute to be useful — src (sometimes spoken as its full title, source)

Similar questions