A personal list of good readings.
This is the general list, big topics will be splited into new pages.
JSON (JavaScript Object Notation) is a lightweight data-interchange format based on a subset of the JavaScript Programming Language
XML (Extensible Markup Language) is a markup language for documents containing structured information defined as an application profile of SGML.
- W3C HTML
- HTML on Wikipedia
- HTML: The Living Standard - WHATWG
- HTML5 Doctor
- (X)HTML5 Validator
- The Web platform: Browser technologies
- HTML5 articles and sections: what’s the difference?
- Section vs Article HTML 5
- HTML5 Semantic Elements
React is a JavaScript library for creating user interfaces by Facebook and Instagram. Many people choose to think of React as the V in MVC.