====== HTML ====== See also: [[css|Cascading Style Sheets]], [[:dev:js:|JavaScript]], [[https://github.com/diegocard/awesome-html5#readme|awesome-html5]] ===== References / Learning ===== * [[https://developer.mozilla.org/en-US/docs/Web/HTML|Mozilla Developer Network: HTML]] * [[https://hackr.io/tutorials/learn-html-5|hackr.io: Learn HTML5]] * [[https://platform.html5.org/|HTML5.org – The Web Platform]] * [[https://developers.google.com/web/fundamentals|Google Web Fundamentals]] * [[https://diveintohtml5.info/|Dive into HTML]] ==== Books ==== * [[https://www.oreilly.com/library/view/head-first-html/059610197X/|Head First HTML with CSS & XHTML]] (O'Reilly, 2005) ===== Free themes ===== Free as in beer and as in freedom. There's no use for HTML themes you can't legally modify. * [[https://html5up.net/|HTML5Up!]] – responsive, sleek HTML5 themes. * [[https://html5boilerplate.com/|HTML5 Boilerplate]] – minimal set of HTML to make a website look the same in most browsers. ===== Template builders ===== Build a rough web template in a few clicks. * [[https://grapesjs.com/|GrapesJS]] * [[https://www.layoutit.com/build|LayoutIt]] ===== Paid themes ===== * [[https://pixelarity.com/|Pixelarity]] * [[https://themeforest.net/category/site-templates|Themeforest HTML templates]] * [[https://creativemarket.com/themes/html-css|Creativemarket HTML+CSS templates]] ===== Tools ===== * [[https://www.html-tidy.org/|tidy]] – console application, corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards. Can also just pretty-print without fixes.