1A FTP Setup

MDN Web Technology Reference

MDN HTML

HTML

MDN CSS

CSS

MDN DOM

DOM

MDN Javascript

JavaScript


Summary

The information provided by Mozilla Developer Network about HTML tells what HTML is along side some of the few elements that help make up the HTML site. It also details information from beginning to advance and also extra references to improve on HTML. This provides good information about HTML for new and experienced web developers.


The information on CSS provides key resources such as basics, tutorials, and more references. It goes into better detail on getting started with tutorials, making it good place for newcomers to really learn how CSS works.


Besides the general information about the DOM (Document Object Model), MDN provides both regular DOM interfaces along side obsolete interfaces. It also goes into greater detail about other interfaces such as SVG, it's data types, and much more about it. Overall, it's a good deep dive into learning about the DOM.


The JavaScript page provides info on what it is along side telling that Java and Javascript are two different programming languages. It provides beginner to advance guides on Javascript and provides references on standard objects within Javascript. Overall, it's a fantastic place to learn how to use and implement Javascript into your overall website development.