: What documentation exists for HTML, CSS, and JavaScript? PHP users have the PHP.net docs Ruby users have Ruby-Doc.org Python users have docs.python.org jQuery users have docs.jquery.com All are considered
PHP users have the PHP.net docs
Ruby users have Ruby-Doc.org
Python users have docs.python.org
jQuery users have docs.jquery.com
All are considered go-to references when working within those environments.
But where's 'The Manual' for web designers and developers working with HTML, CSS, and (vanilla) JavaScript? What online, free, up-to-date, reliable, searchable, user-editable documentation should webmasters be using and referencing in their day-to-day work?
Update: I should have said that I'm aware of the W3C's Specifications and of the ECMAScript spec, but feel that they are better suited to browser vendors than they are to webmasters. From the HTML5 specification intro:
"...in places it sacrifices clarity for precision, and brevity for completeness..."
So, to rephrase my original question: what clear, quick online references are available for HTML, CSS, and JavaScript?
More posts by @Deb1703797
5 Comments
Sorted by latest first Latest Oldest Best
DevDocs pools documentation for HTML, CSS, and JavaScript together from multiple sources - including MDN – and puts them in one place in a searchable format. It's pretty handy.
For HTML5, there are reduced versions of the spec specifically for web developers / authors:
W3C
WHATWG
I find the Mozilla Developer Network docs really good, especially the JavaScript ones.
The W3C specs are the references for HTML and CSS. For Javascript it's the ECMA specification. They meet all your requirements apart from user-editable. Is that good enough?
The W3C handles the HTML and CSS specifications
HTML 4 specification from the W3C
XHTML specification from the W3C
CSS 2.1 specifications from the W3C
HTML 5 specifications from the W3C (Working Draft)
CSS 3 specifications (Working Draft)
The official spec for JavaScript is the EMCAscript standard
EMCA specifications
UPDATE
I hope this is what you were looking for. Ipurposely didn't use the w3schools references because they are known for having bad information in them.
Sitepoint CSS reference
Sitepoint HTML reference
Sitepoint JavaScript reference
UPDATE 2
From Nick's comment: Mozilla Developer Network (MDN)
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.