Hi kali,
HTML is generally not too tough of a scripting language. Even though I code entirely in Notepad, I know very few HTML tags -- I often have to look it up on a website as well. Don't worry about knowing the little details -- you'll always be able to find them later. Here's a list of what you should know:
- absolute basic tags (html, head, title, body)
- basic formatting tags (font, bold/italic/underline)
- the break tag (br), and (this makes a space)
- the link tag (a href)
- the image tag (img src)
- alignment tags (center, div align, p)
- table tags (table, tr, td)
- addon tags for tables (cellspacing, cellpadding, height, width, border, bordercolor, valign, background, bgcolor)
- addon tags for <body> tag (background, bgcolor, link/vlink/alink to control link color)
- addon tags for font (color/size/face)
- you might want to know ordered and bulleted lists (ol, ul, li)
That's the extent of my HTML knowledge. I also know all the form tags (that allow me to create buttons, input boxes, drop-down boxes, and radio buttons), but you won't really need them into you get into JavaScript or PHP. I hope this helps. 
__________________
Please login or register to view this content. Registration is FREE - Affordable feature-packed remotely hosted message boards!
|