Ask YC: What was the hardest thing to learn in HTML and CSS?
I'm trying to put together a HTML & CSS tutorial, I'll use this information to put more emphasis in the most difficult parts.
Note: learning how to position elements sing tables does not count ;)
Thanks.
10 comments
[ 5.7 ms ] story [ 39.9 ms ] thread* The difference between inline and block display of elements – and how you can change them with css.
WRT your question, when I was building my own tiny websites I couldn't understand how CSS would help me be productive. The larger the sites, of course, the more obvious that became.
I've had to look up the rules several times now for how the parent box is chosen. I still don't know if I'm making more intermediate divs than I have to.