MDN HTML
The MDN HTML reference page is chock full of information. It starts by giving a definition of what HTML is then goes on to describe the elements that make up HTML. There are resource lists, and tutorials also. There's even a link to a supplied course to become a front-end developer. Makes me wonder why I'm even here LOL!
MDN CSS
The MDN CSS reference page is the same as the HTML page. It starts with a definition of what CSS is. Then it goes on to discuss the progression of CSS to where it is today. And the departure from the version model to the current module model. Just like the HTML page there are reference and tutorial links also.
MDN DOM
Unlike the HTML and CSS pages there is no link to the DOM in the references nav menu. You have to click on references then Web APIs then scroll down anc click DOM in the list of specifications. Once you finally get here I'm pretty sure everything you could want to know about the DOM is here. There's clickable list of all the DOM interfaces followed by a list of obsolete DOM interfaces.
MDN JavaScript
Again the JavaScript page defines what JavaScript is and does in the main section. On the left side is a list of tutorials and references that you can use. There are tutorials that range from "Complete beginners" to "Advanced". The reference list is broken down into the individual components of JavaScript such as objects, expressions and operators, statements and declarations, functions etc...
Summary
In summary if you want to know anything about these topics MDN either provides the information, or a link to another resource to find the answer that you're looking for. MDN is an open-source project that documents Web platform technologies, and provides learning resources for those technologies. MDN has been operating in this function since 2005. MDN lists their guiding principle as being an independent and unbiased repository of information regardless of brand, browser, or platform. This to me makes them more dependable than other resources. Since they don't have a horse in the race, their only goal is to provide the information they think will be useful to the consumer.