What is CSS and why should you use it ?
CSS stands for Cascading Style Sheets. It is a markup language used to format the “look” of web pages. This includes overall
layout, text size, style, and formatting, table formatting, link properties, and more. When used correctly, CSS allows one to
define the look of an entire site in one single document. If you’re a Web person who doesn’t already utilize CSS, you should be
very excited right now, as it can quickly become your new best friend. Some of you, however, may be wondering…
Why would I want to use CSS? I get along so well with my span and table tags…
There are plenty of reasons to learn and use CSS. The most important reasons to use CSS, in my experience, are:
1. Flexiblity – Make site-wide layout and formatting changes with a single edit.
2. Reduce code bloat – Streamline the file size of your Web documents.
3. Accessibility – Produce Web pages that can be used by any user, including the visually impaired.
CSS gives you flexibility for Web design and layout changes
If you ever need to modify the width of a table column or any other aspect of Web site that uses and tags, you can
tags to design Web pages is still prevalent (and necessary in certain cases), but most Web designs can
layout, text size, style, and formatting, table formatting, link properties, and more. When used correctly, CSS allows one to
define the look of an entire site in one single document. If you’re a Web person who doesn’t already utilize CSS, you should be
very excited right now, as it can quickly become your new best friend. Some of you, however, may be wondering…
Why would I want to use CSS? I get along so well with my span and table tags…
There are plenty of reasons to learn and use CSS. The most important reasons to use CSS, in my experience, are:
1. Flexiblity – Make site-wide layout and formatting changes with a single edit.
2. Reduce code bloat – Streamline the file size of your Web documents.
3. Accessibility – Produce Web pages that can be used by any user, including the visually impaired.
CSS gives you flexibility for Web design and layout changes
If you ever need to modify the width of a table column or any other aspect of Web site that uses
Post a Comment