Login
Remember
Register
Ask a Question
What are empty elements in HTML?
0
votes
asked
Oct 24, 2019
in
HTML
by
SakshiSharma
What are empty elements?
html-elements
html-empty-elements
empty-elements
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 24, 2019
by
rajeshsharma
HTML elements with no content are called empty elements. For example: <br>, <hr> etc.
...