Answers for "• What is an Empty HTML Tag?"

2

html empty

HTML elements with no content are called empty elements.

The <br> tag defines a line break, and is an empty element without a closing tag:
Posted by: Guest on June-14-2021

Browse Popular Code Answers by Language