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" />
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