English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

^^;.
My entire website will consist as DIVS, and although I have created the DIV image, I am looking for a tutorial on how to code it.

2007-12-10 09:32:40 · 2 answers · asked by theaB. 2 in Computers & Internet Programming & Design

2 answers

A simple tutorial can be found here: http://www.daydreamgraphics.com/d/tutorial/list/101/7

Notice that it has "style=", that is because it's defining the style inside the tag. You can also have it call a style from CSS by using "div id=" or "div class=" and having the definition in the CSS file. For example, your CSS would look like:

#header{
font-family: verdana;
font-weight: bold;
}

and your HTML would look like:



Hope that helps. :)

2007-12-10 09:45:12 · answer #1 · answered by ☮ ♥ ☮ 2 · 0 0

This site is good:

http://htmldog.com/

2007-12-10 10:45:01 · answer #2 · answered by daa 7 · 0 0

fedest.com, questions and answers