Personalize Your Visit

League Name:
League Cgi No.:



Whats this for?Need help?

Main Menu

Quick Links
arrow Home
arrow Search
arrow Donations  new
arrow Change Skin

Page Customization
arrow Start Here
arrow Myleague Themes  new
arrow Left Side Generator
arrow Main Page Generator
arrow Top 20 Generator  new
arrow Tourney Links Generator  new
arrow Calendar Generator  new
arrow Myleague Codes
arrow Myleague Plus Codes
arrow Our Help Forums

Site Extras
arrow HTML Tester
arrow Table Generator
arrow Script Generators
arrow Downloads

Feedback
arrow Contact Us
arrow Link To Us

Other Links
arrow Link Depot
arrow Myleague Links
arrow Image/Graphix Sites
arrow JavaScript Sites

Visitors

01. 65.55.208...
02. 61.135.16...
03. 67.195.37...
04. 75.68.190...
05. 67.195.37...
06. 74.6.18.2...
07. 74.6.17.1...
08. 66.168.11...
09. 65.55.208...
10. 65.55.208...
11. 38.103.63...
 
 

Admins101

online 11 visitors online 08-20-2008 (Wed) 8:55 am 

What is CSS?

What is CSS?




HOME PLUS HELP FORUMS EMAIL ME



If you have any other specific questions not discussed here, please use the email link above or visit our forums for direct help


What is CSS? How to.... Step by Step to(BOX 1) Step by Step to(BOX 2) Step by Step to(BOX 3)


What is CSS?


A CSS file is used to define a cascading style sheet for a web page. The purpose is to provide more control over the fonts, colors, layout, etc. that go into the web page than could be provided by raw HTML. Cascading style sheets work like a template, allowing Web developers to define a style for an HTML element and then apply it to as many Web pages as they'd like. With CSS, when you want to make a change, you simply change the style, and that element is updated automatically wherever it appears within the site.



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.



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



What is an Embedded Style

Embedded style is the style attached to one specific document. The style information is specified as a content of the STYLE element inside the HEAD element and will apply to the entire document. The styling rules are written as an HTML comment, that is, between to hide the content in browsers without CSS support which would be displayed.



EX. <STYLE TYPE="text/css"> <!-- h1 {text-indent: 10pt} --> </STYLE>



What is an Inline Style

Inline style is the style attached to one specific element. The style is specified directly in the start tag as a value of the STYLE attribute and will apply exclusively to this specific element.



EX. <P STYLE="text-indent: 10pt">Indented paragraph</P>



BACK TO TOP








Copyright © by Admins101 All Rights Reserved.

Published on: 2004-12-19 (3692 Reads)

[ Go Back ]





        
 7,798,960 visitors since March 5th 2003. 1,602 leagues registered.Admins101™ © 2002-2008 Codezwiz Network, LLC.