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

Document 23

This document provides an introduction to CSS (Cascading Style Sheets) which is used to style and lay out web pages. It discusses the basics of how CSS works, syntax, and how to start using it to style HTML. It also lists prerequisites and guides that will take the reader through CSS theory and provide practice with skills.

Uploaded by

khushiaman2002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Document 23

This document provides an introduction to CSS (Cascading Style Sheets) which is used to style and lay out web pages. It discusses the basics of how CSS works, syntax, and how to start using it to style HTML. It also lists prerequisites and guides that will take the reader through CSS theory and provide practice with skills.

Uploaded by

khushiaman2002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

CSS first steps

CSS (Cascading Style Sheets) is used to style and lay out web pages — for example, to
alter the font, color, size, and spacing of your content, split it into multiple columns, or
add animations and other decorative features. This module provides a gentle beginning
to your path towards CSS mastery with the basics of how it works, what the syntax looks
like, and how you can start using it to add styling to HTML.

Prerequisites
Before starting this module, you should have:

1. Basic familiarity with using computers and using the Web passively (i.e. looking at
it, consuming the content.)
2. A basic work environment set up, as detailed in Installing basic software, and an
understanding of how to create and manage files, as detailed in Dealing with files.
3. Basic familiarity with HTML, as discussed in the Introduction to HTML module.

Note: If you are working on a computer/tablet/other device where you don't have the
ability to create your own files, you could try out (most of) the code examples in an
online coding program such as JSBin or Glitch.

Guides
This module contains the following articles, which will take you through all the basic
theory of CSS, and provide opportunities for you to test out some skills.

What is CSS?
CSS (Cascading Style Sheets) allows you to create great-looking web pages, but how
does it work under the hood? This article explains what CSS is with a simple syntax
example and also covers some key terms about the language.

Getting started with CSS


In this article, we will take a simple HTML document and apply CSS to it, learning some
practical things about the language along the way.
How CSS is structured
Now that you have an idea about what CSS is and the basics of using it, it is time to look
a little deeper into the structure of the language itself. We have already met many of the
concepts discussed here; you can return to this one to recap if you find any later
concepts confusing.

How CSS works


We have learned the basics of CSS, what it is for, and how to write simple stylesheets. In
this article, we will take a look at how a browser takes CSS and HTML and turns that into
a webpage.

Assessments

You might also like