Computer Science, asked by jai02pandey10, 2 days ago

how images are added in an HTML document what are the different attributes of an image element?​

Answers

Answered by hypher77
0

Answer:

Infinite and src=,alt=

Explanation:

It's your choice how much image you want to add and attributes of image element are src and alt  for example:

<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQtKHh8Fdgr6JHa-jXP3pWvKI9mm2RmdP1Ryg&usqp=CAU" alt="left"

(You can also add width=,hieght=)

Similar questions