Public Schedule Face-to-Face & Online Instructor-Led Training - View dates & book

web design course in london - css

Forum home » Delegate support and help forum » Dreamweaver Training and help » web design course in london - CSS

web design course in london - CSS

ResolvedVersion Standard

Maggie has attended:
Dreamweaver 8 Introduction course
Dreamweaver 8 Intermediate course

CSS

What is CSS

RE: CSS

Hi Maggie,

Hope you enjoyed your dreamweaver course.

"A Cascading Style Sheet (CSS) provides the ability to separate the styles and layout of a web document from the data/information. Styles such as font faces, font sizes, margins etc. can be specified in one place, then the Web pages feed off this one master stylesheet, with the styles cascading throughout the page or an entire site." - source

A simple example of a style definition is redefining an HTML tag:
h1 {
color: red;
}

Now, whenever I use the <H1> tag throughout my page, that text will be red.

I can also override the style sheet (hence the cascading effect) like this: <H1 style="color: blue;">Heading</H1> will appear blue instead of red.

You can find a whole bunch of information about CSS by searching on google and also in Dreamweaver Help.

Regards, Rich

 

Training courses

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.

Dreamweaver tip:

Testing a site

When developing a site, you have to cater to the widest possible audience allowing for users with different browsers and display settings.
Test pages to see how they look with:

- different display resolutions
- browser with graphics turned off
- many different browsers not just IE
- if possible different operating systems.

View all Dreamweaver hints and tips

Connect with us:

0207 987 3777

Call for assistance

Request Callback

We will call you back

Server loaded in 0.11 secs.