Computer Science, asked by mirzaarhaan76, 3 months ago

is an example of _________ tag.
(a) Empty (b) Non-empty (c) Both of these

Answers

Answered by ItzVenomKingXx
1

Empty Tag

HTML elements with no content are called empty elements or empty tag. <br> is an empty element without a closing tag. Empty elements can be "closed" in the opening tag like this: <br/>

An empty tag in HTML is also known as Void Tag because it does not have any content inside them.

For example: in the following image tag, a closing tag is not required because it does not have any content inside them. There is only an opening tag and this is what you should use in such type of image tag.

<img src = "myfirstimage.jpg">

Answered by peehuthakur
0

Answer:

Both of these

Explanation:

Mark me as a brainliest plz

Similar questions