1R - MDN Web Technology Reference

MDN HTML

The MDN resource for HTML gives a brief overview of the topic. The article lists links for key resources, beginner's tutorials, advanced topics, references and related topics. The side bar on the page also has resources that go more in depth into specific areas of HTML.

MDN CSS

The MDN resource for CSS was structured in a similar layout to the HTML version of their resource. It gives a brief overview and introduction to the topic, and provides links for more in-depth and specific aspects of CSS. Like the HTML reference, the side bar on the page has links to guides that cover various areas of CSS.

MDN DOM

The DOM (Document Object Model) represents web pages as nodes and objects, allowing developers to manipulate the structure, style, and content of the document using code. The DOM represents a document with a logical tree, with each branch ending in a node, and each node contains objects.

MDN JavaScript

JavaScript is most well-known as the scripting language for web pages. JavaScript's dynamic capabilities include runtime object construction, variable parameter lists, function variables, dynamic script creation, object introspection, and source code recovery. The JavaScript reference on MDN is a comprehensive guide to the JavaScript language, providing detailed explanations of syntax, concepts, and features. It covers all aspects of the language, including data types, operators, control structures, functions, objects, and more.

Summary of the Documentation

MDN is a site that has references for many subjects in the scope of Web Development. It is a trusted source, that covers a multitude of topics in depth.