Click to See Complete Forum and Search --> : <div class=


Javajoob
06-22-2007, 05:52 PM
Hello could anyone define this for me please. Thank you

Fang
06-23-2007, 02:40 AM
:confused: Define what exactly?

Javajoob
06-23-2007, 09:21 AM
The <div class= of course

Fang
06-23-2007, 09:38 AM
What class do you want?

Javajoob
06-23-2007, 09:40 AM
There is more than one?

Javajoob
06-23-2007, 10:12 AM
It can be anything can't it? Any name you give it

Fang
06-23-2007, 12:00 PM
Just about, http://www.w3.org/TR/html401/struct/global.html#h-7.5.2

Javajoob
06-23-2007, 02:19 PM
Could you give an example? I could understand the resource better

felgall
06-23-2007, 04:09 PM
<style>
.red {color:#f00;}
.big {font-size:2em;}
</style>

<div class="big red">This text will display at double normal size in red because of the definitions of the two classes in the stylesheet.</div>

Javajoob
06-23-2007, 04:15 PM
Ah thank you. I have read up on it some more