0
What is meant by empty html element?
can anyone help...
3 odpowiedzi
+ 2
elements with no content are called empty elements. <br> is an empty element without a closing tag (the <br> tag defines a line break). Empty elements can be "closed" in the opening tag like this: <br />.
+ 1
hr is another example
0
Thanks vishal