01 - Research and Documentation - MDN Web Technology Reference

MDN HTML Reference

The HTML reference section on MDN provides detailed information about elements, attributes, and global attributes. It includes an A–Z list of all elements and attributes, with links to dedicated pages for each item. On each page, there is a description with usage notes, examples of how the element or attribute is used, and what it looks like in code. In some cases, visual examples are also provided. Additionally, it includes information about browser compatibility.

This resource is useful when building or troubleshooting the structure of a webpage. It helps developers understand how to correctly implement elements and attributes, as well as identify and resolve issues by improving their understanding of how content should be structured on a webpage.

MDN CSS Reference

The CSS reference section on MDN focuses on how you can style and control the layout of web pages. It provides information on properties, selectors, pseudo-elements, and functions, just to name a few. Similar to the HTML reference, it includes an A–Z list with links to dedicated pages for each item. On each page, it provides a description of what the feature is and how to use it, along with code examples and, in many cases, the visual outcome of what it does. It also includes information about browser compatibility, just like the HTML reference.

This resource is very helpful when styling elements or adjusting layouts because it offers deeper explanations and practical examples to learn from. Additionally, the alphabetical index allows you to quickly locate specific features when you know what to look for. You would use this part of the site when you want to better understand styling, fix layout issues, or learn new techniques.

Summary

MDN stands out as a reliable source because it is maintained by experts and supported by a large community of developers. The information provided is accurate, regularly updated, and aligned with current web standards. Having a trusted resource like MDN that provides accurate and up-to-date information helps developers avoid errors and write clean, efficient code. It also promotes best practices and consistency, which are essential for long-term success in web development.