awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
mdn avatar

mdn/content

0
View on GitHub↗
10,823 estrellas·23,193 forks·Markdown·5 vistasdeveloper.mozilla.org↗

Content

MDN Web Docs is the official source for comprehensive documentation about HTML, CSS, JavaScript, HTTP, and Web APIs for web developers. It serves as both a complete reference for web browser technologies and a structured learning platform that guides users from beginner to advanced levels through tutorials covering core web standards.

The project distinguishes itself by providing a complete reference documentation for standard browser APIs alongside guidance for building accessible websites that work with assistive technologies. It offers documented security techniques and best practices for defending against common web attacks and protecting user data, as well as strategies for optimizing web performance to make content load and become interactive as quickly as possible.

The content covers CSS and HTML authoring reference for syntax and best practices, a JavaScript language reference for built-in objects and features, and a structured web development learning path. The documentation is stored as plain Markdown files in a Git repository, enabling version control and collaborative editing through pull requests, with content organized into language-specific directories for multi-language support.

Features

  • Documentation References - Is the official source for comprehensive documentation about HTML, CSS, JavaScript, HTTP, and Web APIs.
  • Web API and Browser Standards - Serves as the official reference for standard browser APIs used in web development.
  • Markdown-Based Repositories - Stores documentation as plain Markdown files in a Git repository for version control and collaborative editing.
  • Static Site Generation - Transforms Markdown source files into static HTML pages using a build toolchain for fast delivery.
  • Web Development Learning Paths - Provides structured tutorials guiding learners through HTML, CSS, and JavaScript from beginner to advanced levels.
  • JavaScript Language References - Provides documentation for JavaScript syntax, built-in objects, and language features during development.
  • Web Technology Support Queries - Provides comprehensive reference documentation and learning resources for CSS, HTML, JavaScript, and Web APIs.
  • Web Development Guides - Provides structured tutorials and guides covering web technologies from beginner to advanced levels.
  • Web Standards Reference Guides - References complete specifications and usage of HTML, CSS, JavaScript, and other core web standards.
  • Web Development Tutorials - Provides structured tutorials guiding learners through HTML, CSS, JavaScript, and Web APIs from beginner to advanced levels.
  • Web Security - Documents security techniques and best practices for defending against common web attacks.
  • Web Accessibility - Provides guidance and documentation for building inclusive web content that works with assistive technologies.
  • CSS and HTML Authoring References - Provides reference documentation for CSS and HTML syntax, properties, and best practices for web page authoring.
  • Web APIs - Provides complete reference documentation for standard browser APIs used in web applications.
  • Web Performance Optimizations - Provides comprehensive documentation on web performance optimization strategies and best practices.
  • Accessible Web Development Guides - Provides guidance for building accessible websites that work with assistive technologies.
  • User Privacy Protection - Documents privacy-preserving practices for safeguarding personal data in web applications.
  • Web Application Security - Documents security techniques for defending against common web attacks like cross-site scripting and data theft.

Historial de estrellas

Gráfico del historial de estrellas de mdn/contentGráfico del historial de estrellas de mdn/content

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Content

Colecciones seleccionadas manualmente donde aparece Content.
  • Aprendizaje y referencia

Preguntas frecuentes

¿Qué hace mdn/content?

MDN Web Docs is the official source for comprehensive documentation about HTML, CSS, JavaScript, HTTP, and Web APIs for web developers. It serves as both a complete reference for web browser technologies and a structured learning platform that guides users from beginner to advanced levels through tutorials covering core web standards.

¿Cuáles son las características principales de mdn/content?

Las características principales de mdn/content son: Documentation References, Web API and Browser Standards, Markdown-Based Repositories, Static Site Generation, Web Development Learning Paths, JavaScript Language References, Web Technology Support Queries, Web Development Guides.

¿Qué alternativas de código abierto existen para mdn/content?

Las alternativas de código abierto para mdn/content incluyen: baeharam/must-know-about-frontend — This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of… bebraw/jswiki — jswiki is a JavaScript documentation wiki and web development knowledge base. It serves as a structured repository of… cheatsnake/backend-cheats — backend-cheats is a comprehensive backend engineering reference guide and a collection of technical cheatsheets. It… chalarangelo/30-seconds-of-interviews — This project is a technical interview study guide and a markdown-driven static site designed to help developers… bendc/frontend-guidelines — This project is a comprehensive collection of frontend development best practices and standards. It provides guides… javascript-tutorial/en.javascript.info — This project is a comprehensive JavaScript programming tutorial and language reference. It serves as a web development…

Alternativas open-source a Content

Proyectos open-source similares, clasificados según cuántas características comparten con Content.
  • baeharam/must-know-about-frontendAvatar de baeharam

    baeharam/Must-Know-About-Frontend

    3,675Ver en GitHub↗

    This project is a comprehensive frontend engineering study guide designed to cover the essential technical concepts of modern web development. It serves as a multi-disciplinary reference for mastering the browser execution engine, the JavaScript language, and the structural fundamentals of the web. The collection provides deep dives into JavaScript language internals, including execution contexts, closures, prototypes, and the event loop. It further details web browser internals, focusing on the critical rendering path, DOM construction, and engine mechanics. The guide also covers web securi

    cssfront-endhtml
    Ver en GitHub↗3,675
  • bebraw/jswikiAvatar de bebraw

    bebraw/jswiki

    3,873Ver en GitHub↗

    jswiki is a JavaScript documentation wiki and web development knowledge base. It serves as a structured repository of technical guides and references focused on JavaScript, HTML5, and WebGL development. The project functions as a markdown static site generator that converts markdown files into pre-rendered HTML pages. It provides specialized technical references for implementing modern web layouts and high-performance hardware-accelerated 2D and 3D graphics. The system incorporates static site generation, markdown content authoring, and asset-based resource bundling. It utilizes client-side

    JavaScript
    Ver en GitHub↗3,873
  • cheatsnake/backend-cheatsAvatar de cheatsnake

    cheatsnake/backend-cheats

    4,619Ver en GitHub↗

    backend-cheats is a comprehensive backend engineering reference guide and a collection of technical cheatsheets. It serves as a knowledge base for server-side development, networking, and computer science fundamentals, delivered as a markdown-based static site. The project provides detailed handbooks for API design, specifically covering REST and GraphQL interfaces, and software architecture patterns such as Monolithic, Microservices, and MVC. It includes a database architecture overview comparing relational and NoSQL paradigms, as well as a web security reference for identifying vulnerabilit

    architectural-patternsarchitectureawesome
    Ver en GitHub↗4,619
  • bendc/frontend-guidelinesAvatar de bendc

    bendc/frontend-guidelines

    9,089Ver en GitHub↗

    This project is a comprehensive collection of frontend development best practices and standards. It provides guides for writing semantic HTML, efficient CSS, and functional JavaScript to improve overall web performance and accessibility. The repository establishes frameworks for modern CSS architecture, focusing on specificity management and the use of Flexbox and Grid for predictable layouts. It outlines patterns for functional JavaScript programming, emphasizing the use of pure functions and composition to reduce execution time and dependency bloat. The guidelines cover several core capabi

    Ver en GitHub↗9,089
Ver las 30 alternativas a Content→