CSS Introduction for Beginners

Marc0

Well-known member
Registered
Joined
Jun 6, 2012
Messages
890
Points
28
The CSS (Cascading Style Sheets), in web development, are electronic documents with a set of rules for formatting a website.

Illustration, can be used to form:
- The colors and size of the various elements of the website
- The behavior in various actions
- The content the way we want.

CSS is a language intended to develop a website that is stylistically to form more features, colors, alignment, and gives more features than the html. For a beautiful and well designed website using CSS is deemed necessary.

The languages ​​of the web
HTML (HyperText Markup Language): Describes the content.
CSS (Cascading StyleSheets): Describes the formatting.

Content: Describes appearance but important.

(Title, List, Text, Image, Table)

Formatting: Displays the contents properly.

(Color mode, frames, lines, alignment, background, size)

To format the page is our preferable to use CSS and not html.
Before diving into CSS is necessary to have a basic knowledge of html.

Advantages of CSS - why using CSS.
1) Speed
2) Better code management
3) Accessibility
4) Faster redesign our website
 

Stephen Seabrook

Member
Registered
Joined
Jul 9, 2013
Messages
19
Points
0
For beginner you need to understand when to use CSS file and which type of CSS file we have to link with HTML document because there are 3 types of it.1.Inline CSS 2.Internal CSS 3.External CSS.All have unique features so you need to understand that before use it.For beginner w3schools.com is very good site for learning the fundamentals of CSS in web designing.
 

robertogotti

New member
Registered
Joined
Aug 2, 2013
Messages
6
Points
0
CSS, or Cascading Styles Sheets, is a way to style and present HTML. Whereas the HTML is the meaning or content, the style sheet is the presentation of that document.

Styles don't smell or taste anything like HTML, they have a format of ‘property: value' and most properties can be applied to most HTML tags.
 

akashverma773

New member
Joined
Aug 23, 2013
Messages
6
Points
0
I am going to give you some tutorial website that will have briefly information about the CSS. I suggest you should join w3school to learn more about it.
 
Newer Threads
Replies
41
Views
12,875
Replies
2
Views
2,624
Replies
0
Views
2,193

Latest Hosting OffersNew Reviews

Sponsors

Tag Cloud

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top