Computer Science, asked by shrutivaghani, 1 year ago

images are added to a webpage using the .........tag html fill in the blanks ​

Answers

Answered by prativasahu2
2

Answer : Images are added to a webpage using the <img/> tag html .

Answered by AskewTronics
0

<img> is the correct answer for the above question.

Explanation:

  • The <img> tag is used in HTML langaueg to insert the image. The syntax to use <img> tag is:<img src="path_of the_image" height="" weidth="">.
  • The src attributes used in the Img tag to define the path of the image, the height and the weidth attributes is used to set the height and weidth of the image.
  • The above question asked taht which tag is used to set the image in Html. The tag known is <img> tag which is described above.

Learn more:

  • img tag : https://brainly.in/question/2732122
Similar questions