element

what is element in html ?

  • Profile picture of Mcs
  • by Mcs June 27, 2025

Container Elements

Have both opening and closing tags

Example: <div>content</div> 

Empty (Self-closing) Elements

Do not have content or a closing tag

Example: <img src="pic.jpg" alt="...">

Comments

Add new comment

Restricted HTML

  • Allowed HTML tags: <br> <p> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <cite> <dl> <dt> <dd> <a hreflang href> <blockquote cite> <ul type> <ol type start> <strong> <em> <code> <li>
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.