Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 2.97 KB

html5.md

File metadata and controls

47 lines (39 loc) · 2.97 KB

Bookmarks tagged [html5]

https://caniuse.com/


https://ultimatecourses.com/blog/storing-data-in-the-browser-with-the-html5-local-storage-api

HTML5 localStorage is an HTML5 API that allows us to save string data in the browser. localStorage is part of the web storage specification, it also has a sister called sessionStorage which is slightl...


https://yangshun.github.io/front-end-interview-handbook/en/html-questions#consider-html5-as-an-open-...

Answers to Front-end Job Interview Questions - HTML Questions. Pull requests for suggestions and corrections are welcome!


https://github.com/diegocard/awesome-html5#readme

📝 A curated list of awesome HTML5 resources. Contribute to diegocard/awesome-html5 development by creating an account on GitHub.


https://diveintohtml5.info/

Dive Into HTML5 elaborates on a hand-picked selection of features from the HTML5 specification and other fine standards.


http://www.arkaitzgarro.com/html5/

Arkaitz Garro


http://fromyou.tistory.com/581