Stuarte Posted November 10, 2008 Posted November 10, 2008 Hi guys, Anyone know of any good FREE resources to get me started with HTML and CSS? Any advice greatly appreciated. Cheers!
Hightower Posted November 10, 2008 Posted November 10, 2008 I got a book off Amazon for about £3. Cheap enough.
tmcd35 Posted November 10, 2008 Posted November 10, 2008 I always find this site helpful W3Schools Online Web Tutorials 1
PaulBM Posted November 10, 2008 Posted November 10, 2008 HTML and CSS Tutorials, References, and Articles | HTML Dog is one of the best sites I've found. They have 3 levels of tutorials, from Beginner to Advanced. 1
dhicks Posted November 10, 2008 Posted November 10, 2008 Anyone know of any good FREE resources to get me started with HTML and CSS? I've just spent a weekend trying to teach a friend of mine about HTML! Right: all you need to remember is what tags and attributes are. This is a tag: Tags may have attributes: Tags may contain text: Some text. Tags may contain other tags: That's it. That's the whole of HTML that you actually need to remember. For the rest, just keep a copy of the HTML Specification open in a browser window to refer to and copy example bits of code from. -- David Hicks
ctaylor2 Posted November 11, 2008 Posted November 11, 2008 Here's some resources I used whilst learning. HTML HTML: An Interactive Tutorial: www.davesite.com/*webstation/html/ Introduction to HTML: Dave Raggett's Introduction to HTML What Beautiful HTML Code Looks like: What Beautiful HTML Code Looks Like Handy list of HTML codes for characters like the copyright symbol etc: ⌘C ⌘V Character XHTML Overview: http://webmonkey.wired.com/*webmonkey/00/50/index2a.html CSS CSS from the ground Up: www.wpdfd.com/issues/*70/css_from_the_ground_up 70 Expert Ideas for CSS coding: 70 Expert Ideas For Better CSS Coding | CSS | Smashing Magazine Learning CSS Positioning: www.barelyfitz.com/screencast/*html-training/css/positioning/ I'd recommend you just start building some simple sites so you get used to thinking in the right way - learn by doing is best for me. Once you get used to the concepts then I'd also recommend subscribing to some blogs on the subject: look fro Design Float and Smashing Magazine for some useful links.
Stuarte Posted November 13, 2008 Author Posted November 13, 2008 Thanks guys, there's some useful stuff there. Cheers!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now