HTML
Cool HTML Links
GETTING STARTED
GETTING STARTED
- A Brief History of HTML from Wired Magazine
- W3 Schools HTML Tutorial - A great starting point for learning how to work with HTML.
- Emmet - This is essentially macros for coding HTML. You type in a short series of abbreviations, and Emmet expands it into valid HTML. Here is a cheat sheet to show you all the wonderful things it can do. It's impossible to absorb it all in one setting, but there are likely a few that you will find yourself using all the time. My personal favorite is !, the simple exclamation point. Type it into an empty .html file in VS Code, hit tab and it expands out into the boilerplate you need to start a web page.
- HTML Living Standard - the official spec
ADVANCED TOPICS
- Taking Pictures from HTML - Learn how to enable your web applications to take and store photos from your mobile device.
MORE TO COME...
Comments
Post a Comment