Thursday, 15 December 2016

What is CSS?

Cascading Style Sheets is a method for adding styles to web documents.
Note: Using external CSS files makes it easy to change the design of many pages by editing a single file. You can link to an external CSS file using code similar to the following in the head of your HTML documents

<link rel="stylesheet" href="http://www.seobook.com/style.css" type="text/css" />

No comments:

Post a Comment