Best learning resource for HTML5 / CSS3 for a programmer?

I'm just wondering what, in your opinion, the best training material for HTML5 / CSS3 is (and not older web technologies) for a guy who is just a programmer (i.e. basically C / C ++, Java, Pascal and Python)? The reason I'm asking for is because the HTML and CSS syntax mostly confuses me, and there are some things that I just don’t understand (like the float styling attribute), I usually just paste this somewhere and hope that it will work, if not, try putting it in another place). So I was hoping there was an explicit guide / tutorial on how a programmer accelerates HTML5 / CSS3.

Alternatively, if there is no direct answer to this question, then what is a good training resource for HTML5 / CSS3 and what are the pitfalls / weaknesses (if any) in the markup language that I / others may encounter during this journey / transition?

Keep in mind that I have minimal experience writing HTML / CSS markup, and HTML5 / CSS3 markup is not intended at all.

Regards and thank you in advance. :-)

EDIT: I was hoping someone would answer my initial question: is there any good documentation for programmers to easily pick a language? (not quite after the manual intended for beginners with an absolute language, just a good transitional document).

+6
source share
3 answers

I personally used a treehouse, which is very useful ...

Link: Tree House

Referral link : Tree House - referral link

If you are a student, you can also email student discounts!

EDIT

So, here are the best places for documentation that you can use to return:

Stack Overflow - Well, if you have something you're stuck with to ask

W3Schools - HTML - Good for simple tutorials and tutorials

W3Schools - CSS - Good for simple tutorials and tutorials

PHP.net - PHP Manual - Definitely a place that I would say that most PHP encoders use to call for help

W3C - HTML and CSS - This website is mainly an industry standard regulator, you will find many sites that have W3C HTML Valid image

+2
source

I'm still a student, but HTML / CSS is not as complicated as programming. But, as with programming, there is always good coding and bad coding.

First, I would start by learning the basics of HTML, and then move on to CSS to compliment. CSS is powerful. With time and practice, you will surely succeed.

Some object to use this site, but when I started, I found this site basically a good introduction to HTML / CSS. In the upper left corner there is a menu for: HTML / CSS. I am sure that there are many other sites, but this site has disabled me.

http://www.w3schools.com/

good luck.

You're cold too, come here: its short and sweet. http://www.htmldog.com/guides/html/

0
source

Source: https://habr.com/ru/post/953850/


All Articles