Thread: Learning HTML
View Single Post
02-26-2009, 04:27 AM
#2
insub2 is offline insub2
Status: Member
Join date: Jun 2007
Location:
Expertise:
Software:
 
Posts: 136
iTrader: 1 / 100%
 

insub2 is on a distinguished road

Send a message via AIM to insub2

  Old

It kind of depends on your ability to pick it up. The basic concepts are not hard at all. The hard part is learning how all the different browsers will react with there little quirks. I'd say go through the tutorials on w3schools for HTML and CSS and you'll have a pretty good idea of what you are doing in a week or two.

Everyone has there own methods. But having the basic page template is handy. (I've been using the ESWAT "framework" lately to have all the necessary tags already in the file. http://eswat.ca/ ...i don't know why he took down the description etc.) And there are plenty of templates available online for various types of layouts. I, however, usually code my layouts from scratch. ...Usually using w3schools as a reference for when I can quite remember how some HTML or CSS works.