“Basic CSS” for free







Sample of the pdf document : 




Introduction

Hello and many thanks for downloading this eBook. Basic CSS is a follow up to my popular
“Basic HTML” eBook, in this book I take a look at exactly how you can use CSS to spice up
your website!

What Is CSS?

I'm glad you asked, there's no point me telling you all about CSS unless you know how it
works, and how it can benefit your website!

CSS (Cascading Style Sheets), were brought about by the World Wide Web Consortium
(W3C), and not by evil programmers with too much time on their hands as originally believed,
to develop a standard which could be interpreted by different browsers.

This became a necessity as Microsoft and Netscape battled for world domination and kept adding html
attributes which were only understood by their browser. Great for them, bad for us.

Now, through the implementation of CSS, we can design ONE website for all browsers instead of multiple websites, one for each browser.

What started out as a way of standardizing the way code was displayed through basic things,
like font and color tags, has quickly grown into something much more powerful, which makes
sense because all of the not so evil programmers could now spend more time working on the
one standard which could be understood by all browsers.


CSS can be utilized in your web pages a few different ways, lets have a look at them in the
next section.


Using CSS On Your Website?

Inline CSS:

The first way to use CSS on your website is known as Inline CSS and is used inside the html
tag directly and only affects what is inside that element. This is a useful method when you
are doing something like adding a Drop Cap or something which will only be used once or
twice however this isn't ideal if you are working on a large site.
Here's an example of an inline CSS tag:......






   Click here for  Download PDF / FREE
      



0 commentaires: