Knowledge Base Navigation

Articles: 51 Categories: 8

KB Article: External Style Sheets

Article:External Style Sheets     Popular
Submitted By:Taut
Date Added:04-27-2004 5:15:20
Hits:6,735



What is an external Style Sheet?

External Style Sheet is a document/file containing style information which can be linked with any number of HTML documents. This is a very convenient way of formatting the entire site as well as changing the look and feel of it by editing just one file.

The file is linked with HTML documents via the LINK element inside the HEAD element. Files containing style information must have extension .css, ex. style.css.


<HEAD>
<LINK REL=STYLESHEET HREF="style.css" TYPE="text/css">
</HEAD>

[/code]

Current rating: 8.10 by 111 users
Please take one second and rate this article...

Not a Chance 12345678910 Absolutely

Please register or sign-in to post comments.


Jump to a selected article...