Get the latest tech news
Every HTML Element
By this point, I think it's clear that HTML elements run the gamut from content to container to logic to edge case. Some elements we can see, others not so much.
Itholdsdescription terms, <dt></dt> and description definitions, <dd></dd>.<menu></menu> is also a list. By this point, I think it's clear that HTML elements run the gamut from content to container to logic to edge case. We can make tables too.ElementPurposeUsed?Notes<html>The root element of the page✔️Without this, you're not doing HTML.<marquee> (deprecated)Scrolling textXNow that would've been fun.<blink> (deprecated)Flashing textX️This one not so much.Disclaimer: No web standards were harmed in the making of this table.The search for meaning continuesYou can interact with HTML beyond a form too!
Or read this on Hacker News