Jump to content

Recommended Posts

Posted
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

Posted

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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...