DEV Community

Cover image for Exploring HTML5 Elements: A Comprehensive Mind Map Table
Liubov Vas
Liubov Vas

Posted on • Edited on

3 1 1

Exploring HTML5 Elements: A Comprehensive Mind Map Table

I recently embarked on a journey to understand the structure of HTML5 language better. As a beginner, when I opened the MDN Web Docs website, I was overwhelmed by the sheer volume of information available. To tackle this, I decided to create something like a crib—a comprehensive mind map table of all HTML5 elements, their possible attributes, and values.

I utilized the resources available on MDN Web Docs extensively. Additionally, I leveraged the assistance of ChatGPT to help me organize and categorize the HTML elements accurately. With their help, I classified all elements into ten distinct groups:

  1. Document Structure and Meta
  2. Text Formatting
  3. Semantic Elements
  4. Links and Navigation
  5. Embedded Content Element
  6. Interactive Elements
  7. Tables
  8. Forms
  9. Lists
  10. Miscellaneous

Each group contains a collection of HTML5 elements with their respective attributes and possible values. This organization helps streamline the learning process and provides clarity on how different elements relate to each other.

How to Use:

  1. Navigate by Groups: Easily find relevant elements by exploring the categorized groups.

  2. Understand Attributes: Gain insights into the purpose and usage of attributes for each HTML5 element.

  3. Explore Values: Discover the various values that attributes can take, enhancing your understanding of their functionality.

Get Started:
Ready to explore the mind map table? Click here to access the full resource on Miro.

Feedback and Contributions:
As I continue my learning journey, I welcome feedback and contributions to improve the accuracy and completeness of this resource. If you notice any mistakes or have suggestions for enhancements, please feel free to leave a comment or reach out to me directly.

Let's empower each other to become better web developers through collaborative learning and sharing of knowledge.

Happy coding!

P.S. If anyone knows how to attach Miro project to a post, please share with me)

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay