Computer Science, asked by deepakchandrakar324, 9 months ago

image can be embedd into HTML file using <img src> tag (true/false)​

Answers

Answered by anurag454545
0

Answer:

true, image can be embedded into HTML file using <IMG SRC="....">.

Answered by AskewTronics
0

False:

Explanation:

  • When any user wants to insert the image on the website, then he needs to use the <img> tag which is used in the HTML language.
  • The "Src" is the attributes of the img tag which defined the path of the image which is needed to be inserted by the user.
  • But the above question states that it can be done by the help of img src tag which is not correct. Hence false is the correct answer.

Learn More:

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