» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Recent Edits

edit by 59.96.0.95

Grouping CSS

October 29, 2007

H1 { font : 18px Arial; color: blu; blue; background: red;}

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

3

H4, P {color: red;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blu; blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm

Undo this change because:
editing undone by 67.173.240.96

Grouping CSS

August 24, 2007

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm -"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.html...

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

3

H4, P {color: red;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm -"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.html

Undo this change because:
edit by 125.18.2.24

Grouping CSS

August 24, 2007

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.html -"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm...

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

3

H4, P {color: red;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.html -"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm

Undo this change because:
editing undone by alex

Grouping CSS

November 9, 2006

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just...

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

3

H4, P {color: red;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, , H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm -"DZINE":http_grouping.htm

Grouping CSS

November 9, 2006

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just...

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

3

H4, P {color: red;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

, H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

-"DZINE":http_grouping.htm -"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm

Undo this change because:

Grouping CSS

June 25, 2006

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color....

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

3

H4, P {color: red;}

blue;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm

Grouping CSS

June 25, 2006
CSS CSS-Grouping
Undo this change because:
edit by 62.0.190.141

Grouping CSS

January 7, 2006

3

H4, P {color: blue;}

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

3

H4, P {color: blue;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm

edit by 64.81.182.155

Grouping CSS

September 27, 2005

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

H4, P {color: blue;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

-"DZINE":http://www.dzinelabs.com/Pages/tutorials_grouping.htm

edit by 64.81.182.155

Grouping CSS

September 27, 2005

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

H4, P {color: blue;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

created by alex

Grouping CSS

September 27, 2005
The page was created.
CSS CSS-Grouping
Grouping CSS

You will notice that after a while you are writing the same styles for different elements or want to use different styles...

» complete change

You will notice that after a while you are writing the same styles for different elements or want to use different styles for one element (or a group of elements for that part). Hence the practice of "grouping".

*You can group selectors, declarations or everything.* Let's say you want all your heading levels to have the same color. Instead of making a rule for each heading separate, you can group them like this:

H1, H2, H3, H4, H5, H6 {color: blue;}

Or maybe you want your paragraphs and just your heading level 4 to be blue? No problem:

H4, P {color: blue;}

Okay, but i want my H1 to have blue text, Arial font, font-size of 18 pixels and with a red background. Now what? Do i have to write three times those rules with H1? Of course not. You'll group your declarations like this:

H1 { font : 18px Arial; color: blue; background: red;}

Okay, now you know how to group selectors and declarations. Let's mix all this into one single method of grouping. Let's just group everything.

I want all of my headings to have a blue color with a red background and Arial font with a font-size of 18 points. Well, no problem:

H1, H2, H3, H4, H5, H6 {font : 18pt Arial; color: blue; background: red;}

Or maybe your paragraphs and just your headings with level 4 and 6 need these styles? Here you go:

H4, H6, P {font : 18pt Arial; color: blue; background: red;}

Undo this change because:
Username:
Password:
(or Cancel)