news.volyx.in

Every HTML Element (iamwillwang.com)

501 points by wxw · 556 days ago · 132 comments on HN

Article summary

The article showcases a webpage that uses every HTML element, demonstrating their various functions and uses. The page includes examples of text formatting, media, and interactive elements, as well as less common elements like custom and deprecated tags. The author notes that HTML is more than just text and can be used to create complex and interactive web pages. The page also highlights the complexity and nuance of HTML, with many elements having specific uses and behaviors.

Main themes

  • HTML elements
  • Web development
  • Webpage structure
  • Accessibility
  • Custom elements
  • Deprecated tags

What commenters say

  • The webpage's use of every HTML element is a useful demonstration of their functions and uses, but may not be the most practical or efficient way to build a webpage.
  • Using custom elements and CSS can be a powerful way to create complex and interactive web pages, but may require additional work to ensure accessibility and compatibility.
  • The use of implicit labels for input fields can be convenient, but may not be as effective for screen readers as explicit labels with IDs.
  • The deprecation of certain HTML elements, such as hgroup, does not necessarily mean they should not be used, but rather that they may not be supported in future versions of HTML.
  • The complexity of HTML and the many nuances of its elements can make it difficult to create web pages that are both functional and accessible.
  • The use of polyfills and other workarounds can be necessary to ensure compatibility with older browsers or devices, but may add complexity and overhead to web pages.