-
Advantages of using CSS
How can implementing CSS help you? Let's say you have a 50 page web site and the main body text you use is 10pt. Times New Roman. This would entail numerous instances of repetition in your coding:
<p><font face="Times New Roman" size="2">This is a line of text</font></p>
If you wanted to change the font to Arial, you would need to edit every page to make the changes. By using a *linked* style sheet (we'll cover the differences between different kinds of CSS a little later in this tutorial) you only need to change one file and then the entire site would be updated.
Using CSS also makes your coding a lot trimmer through making the repetition of formatting instructions obsolete. Trimmer code = faster download times and less bandwidth usage.
Keywords: implementing CSS, body text , Times New Roman, Arial,style sheet,formatting instructions, Trimmer code .
-
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks