KnowledgeBoat Logo
LoginJOIN NOW

Computer Applications

What are empty elements in HTML? Give examples.

HTML Intro

7 Likes

Answer

Empty elements require only an opening tag and not a closing tag in an HTML document. For example, <br>, <hr>, etc.

Answered By

3 Likes


Related Questions