SEO

July 9, 2011

headline helpers

'PUNK' CSS CLASS Discovered...going to get some dayglo gradient degs now!

The CLASS Attribute

The CLASS attribute is used to specify the style class to which the element belongs. For example, the style sheet may have created the punk and warning classes:

.punk     { color: lime; background: #ff80c0 } P.warning { font-weight: bolder; color: red; background: white }

These classes could be referenced in HTML with the CLASS attribute:

<H1 CLASS=punk>Proprietary Extensions</H1>
<P CLASS=warning>Many proprietary extensions can have negative side-effects, both on supporting and non-supporting browsers...

In this example, the punk class may be applied to any BODY element since it does not have an HTML element associated with it in the style sheet. Using the example's style sheet, the warning class may only be applied to the P element.

A good practice is to name classes according to their function rather than their appearance. The warning class in the previous example could have been named red, but this name would become meaningless if the author decided to change the style of the class to a different color, or if the author wished to define an aural style for those using speech synthesizers.

Classes can be a very effective method of applying different styles to structurally identical sections of an HTML document. For example, this page uses classes to give a different style to CSS code and HTML code.

via

The CLASS Attribute The CLASS attribute is used to specify the style class to which the element belongs. For example, the style sheet may have created the punk and warning classes: .punk { color: lime; background: #ff80c0 } P.warning { font-weight: bolder; color: red; background: white } These class ...»See Ya

garbage

Media_httpfontazillac_aageb
Copyright(C) 2001-2007 Psychographers!/ Kou Nakamura All Rights Reserved.
●Read Meフォント利用上の注意●

●フォントはStuffIt Expander、ZipItにて圧縮してあります。解凍してフォントファイルにしご使用下さい。
●当サイトでダウンロード出来るFONTに関してはフリーウェアです。
●フォントデータの著作権はPsychographers!に帰属します。
●個人の非営利目的でのご利用はフリーです。
 使用された際の連絡や使用見本など送って頂ければありがたいです。
●法人様の営利目的での利用は応相談です。
  条件により使用料を頂く場合がございますので御連絡下さい。
●無断転載、フォントファイルの改造、再配布は禁止です。
●フォントデータによって生じたいかなる結果、損害に関しては一切その責任は負いません。

---------掲載誌---------

via fontazilla.com Copyright(C) 2001-2007 Psychographers!/ Kou Nakamura All Rights Reserved. ●Read Meフォント利用上の注意● ●フォントはStuffIt Expander、ZipItにて圧縮してあります。解凍してフォントファイルにしご使用下さい。 ●当サイトでダウンロード出来るFONTに関してはフリーウェアです。 ●フォントデータの著作権はPsychographers!に帰属します。 ●個人の非営利目的でのご利用はフリーです。  使用された際の連絡や使用見本など送って頂ければありがたいです。 ● ...»See Ya

Kingdom Of Awesome

vertigo