So where did I learn basic HTML and CSS? I used the websites below. They are very well organized and straightforward. I used the first one the most. For those of you wondering what CSS is (and maybe HTML), they explain it in the introductions.
http://www.w3schools.com/html/
http://www.html.net/
http://www.utexas.edu/learn/
I also checked out books from my local library. If you do the same, just make sure to look for books that have been published in the last year or two.
Hope it helps!
~ Dani ~
W3schools is a great source..but I prefer this source
ReplyDeleteW3schools and tizagare great sources but they don't offer video tutorials...I rather prefer this video/text Guide
ReplyDeleteThis comment has been removed by the author.
ReplyDeletefastest way of learning some basic HTML is to study websites around the Internet, inspecting them by using web-dev tools inside browsers like Firebug or just Webdeconstructor(http://webdeconstructor.com) -it to reveal all HTML tags on it
ReplyDeleteYes, that is a great way to do it, Darkone. I like the developer tools in Chrome, I haven't tried others. You can always do a View Page Source in any browser and see the source code for any website, but the web developer tools show you where the difference code applies to the site. It's pretty cool.
ReplyDeleteFor CSS, I also like this site: http://www.csszengarden.com/