Computer Science, asked by aryamathew8829, 1 year ago

The IMG SRC is an empty element, true or false

Answers

Answered by tanu892002
11

True because it is not closed

Answered by StaceeLichtenstein
3

True is the correct answer to the given  question

Explanation:

  • The empty element or tag is those in which opening and closing of the tag are under the single bracket for example <img> tag for break,<br> tag for the break are some of the example of the empty elements.
  • As img tag is used for including the image on the website following are the syntax to including the image src

<img src="path"  width="some value in pixel " height="some value in pix " />

  • If we write like that <img src=" path "> </img> it is invalid it is container tag not the empty tag or element.

Learn More:

  • brainly.in/question/8427443
Similar questions