Best products from r/html5

We found 8 comments on r/html5 discussing the most recommended products. We ran sentiment analysis on each of these comments to determine how redditors feel about different products. We found 8 products and ranked them based on the amount of positive reactions they received. Here are the top 20.

Top comments mentioning products on r/html5:

u/Linuxllc · 2 pointsr/html5

HTMLGOODIES was the one that taught me.

http://www.htmlgoodies.com

Just look at simple websites source codes. Start reading them. Get a book also. One of those learn in 24 hours claim.

https://www.amazon.com/Hours-Teach-Yourself-Updated-HTML5/dp/0672336146

You can read any HTML source codes. I just right click on the webpage and choose View Page Source.

Example like this one.

http://www.gourmetfile.com/recipes/baking_dessert/

It's HTML source codes.

http://pastebin.com/B5GBthc2

Just start reading the codes like a book. Soon you'll know what and how it's being produce as a webpage.

Just have fun with it.

All you need is a plain text editor and a browser.

Write the HTML codes in plain text, with your text editor. Your folders are your directories for storing images, css, etc. Name all your plain text with a extension of .html. That's how it's going to be read as a webpage. You click onto the main .html which in most cases name index.html or index.htm or even main.html etc. But, it's mostly index.html as your main page you click on first. Then the rest of the webpages are link by anchors. Hope this give you a view how to enjoy making webpages. I sure have for many years.

u/kamomil · 1 pointr/html5

This is a good book - Head First HTML & CSS. It assumes no prior knowledge of previous versions of HTML, but it does go through them and puts things into perspective. I know HTML 4 very well, and this book was great to get me updated to HTML5. https://www.amazon.ca/Head-First-HTML-Elisabeth-Robson/dp/0596159900

u/LyndonArmitage · 1 pointr/html5

Neat, might give that a look as it looks quite long and useful.
It was this you were referring to?

u/_damir · 2 pointsr/html5

Don't bother with w3school, has many flaws. I would sooner recommend html dog. It really does a good job explaining things.

And also this book: HTML and CSS: Design and Build Websites

Certification is not worth it. Knowledge and experience will land you that job/contract.

u/Droymac · 1 pointr/html5

Duckett has a new book on PHP & MySQL coming out in January March (release keeps getting pushed back)