0% found this document useful (0 votes)
23 views2 pages

CSS Syntax

CSS syntax has two main parts - a selector that specifies the HTML element to style and one or more declarations with a property and value to change the style. A declaration ends with a semicolon and groups are surrounded by curly brackets. Comments can be added and begin with /* and end with */ to explain the code without affecting how it displays.

Uploaded by

Ankit Saha
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
0% found this document useful (0 votes)
23 views2 pages

CSS Syntax

CSS syntax has two main parts - a selector that specifies the HTML element to style and one or more declarations with a property and value to change the style. A declaration ends with a semicolon and groups are surrounded by curly brackets. Comments can be added and begin with /* and end with */ to explain the code without affecting how it displays.

Uploaded by

Ankit Saha
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 2

8/4/13

CSS Syntax
Search w3schools.com: Select Language

HOME

HTML

C SS

JAVASC RIPT

JQUERY

XML

ASP.NET

PHP

SQL

MORE...

R EFER ENC ES

EXAMPLES

FO R UM

ABO UT

Get Certified
Study Web Technologies and get a diploma at w3schools.com

HTML5+CSS+jQuery Build HTML5 we bsite s Build HTML5 m obile apps www.k e ndoui.com Download CSS Editor C re ate , Edit & Validate C SS file s C ross platform e asy to use www.ox yge nx m l.com New Upcoming Projects 1/2/3/4 BHK Flats/Apts in ur Budge t Se arch by Locality,Price ,Am e nitie s. www.99acre s.com /Ne w_Proje cts

SHARE THIS PAGE

Like

76k

CSS Basic
CSS HOME CSS Introduction CSS Syntax CSS Id & Class CSS How To

CSS Syntax
Previous Next Chapter

WEB HOSTING
Best Web Hosting eUK Web Hosting UK Reseller Hosting Domain, Hosting & Email

Examples
Look at Example 1 Look at Example 2

CSS Styling
Styling Backgrounds Styling Text Styling Fonts Styling Links Styling Lists Styling Tables

WEB BUILDING

CSS Syntax
A CSS rule has two main parts: a selector, and one or more declarations:

Download XML Editor FREE Website BUILDER FREE Website C reator Best Website Templates

CSS Box Model


CSS Box Model CSS Border CSS Outline CSS Margin CSS Padding The selector is normally the HTML element you want to style. Each declaration consists of a property and a value. The property is the style attribute you want to change. Each property has a value.

STATISTICS
Browser Statistics OS Statistics Display Statistics

CSS Advanced
CSS Grouping/Nesting CSS Dimension CSS Display CSS Positioning CSS Floating CSS Align CSS Pseudo-class CSS Pseudo-element CSS Navigation Bar CSS Image Gallery CSS Image Opacity CSS Image Sprites CSS Media Types CSS Attribute Selectors CSS Summary

CSS Example
A CSS declaration always ends with a semicolon, and declaration groups are surrounded by curly brackets:

p{ c o l o r : r e d ; t e x t a l i g n : c e n t e r ; }
To make the CSS more readable, you can put one declaration on each line, like this:

Example
p { c o l o r : r e d ; t e x t a l i g n : c e n t e r ; }
Try it yourself

CSS Examples
CSS Examples CSS Quiz CSS Certificate

CSS Comments
Comments are used to explain your code, and may help you when you edit the source code at a later date. Comments are ignored by browsers. A CSS comment begins with "/*", and ends with "*/", like this:

CSS References
CSS Reference CSS Selectors CSS Reference Aural CSS Web Safe Fonts CSS Units CSS Colors CSS Color Values CSS Color Names CSS Color HEX

/ * T h i si sac o m m e n t * / p { t e x t a l i g n : c e n t e r ; / * T h i si sa n o t h e rc o m m e n t * / c o l o r : b l a c k ; f o n t f a m i l y : a r i a l ; }

Previous

Next Chapter

w3schools.com/css/css_syntax.asp

1/2

8/4/13

CSS Syntax

Top 10 Tutorials
HTML Tutorial HTML5 Tutorial C SS Tutorial C SS3 Tutorial JavaScript Tutorial jQuery Tutorial SQL Tutorial PHP Tutorial ASP.NET Tutorial XML Tutorial

Top 10 References
HTML/HTML5 Reference C SS 1,2,3 Reference C SS 3 Browser Support JavaScript HTML DOM XML DOM PHP Reference jQuery Reference ASP.NET Reference HTML C olors

Examples
HTML Examples C SS Examples XML Examples JavaScript Examples HTML DOM Examples XML DOM Examples AJAX Examples ASP.NET Examples Razor Examples ASP Examples SVG Examples

Quizzes
HTML Quiz HTML5 Quiz XHTML Quiz C SS Quiz JavaScript Quiz jQuery Quiz XML Quiz ASP Quiz PHP Quiz SQL Quiz

Color Picker

Statistics
Browser Statistics Browser OS Browser Display

RE P O RT E RRO R

HO ME

TO P

P RI N T

FO RU M

A BO U T

A D V E RT I SE WI T H U S

W3Schools is optimized for learning, testing, and training. Examples might be simplified to improve reading and basic understanding. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using this site, you agree to have read and accepted our terms of use and privacy policy. C opyright 1999-2013 by Refsnes Data. All Rights Reserved.

w3schools.com/css/css_syntax.asp

2/2

You might also like