Computer Science, asked by naazmaqdoom60, 5 days ago

which tag is used add an image to a web browser ​

Answers

Answered by MrTSR
2

Answer

<img> tag is used to add an image to a webpage in a browser.

Attributes of <img> tag:-

  • src
  • alt
  • width
  • height
  • border
  • style
  • align
  • title

Syntax

  • <IMG href=”address of the picture”></IMG>
Similar questions