Some Easy CSS Why Use CSS? Because it can make your life easier when you want to make changes to your website. Change things like your text font or page background in 1 file and see the changes on all you pages.
Some Easy CSS
Use A Free Online CSS Generator Like: http://www.ahfb2000.com/cssgenerator.php
Some Easy CSS
Get CSS Code Automatically
Some Easy CSS
Use Inside HTML File For 1 Web Page
Type in <style> </style> tags
Put the generated code inside the <style> tags
Some Easy CSS
OR
Use 1 External CSS File For Several Web Pages
Some Easy CSS
Create CSS File
Paste CSS Code into text file
Save file as type CSS
Example:
Name file style.css
In field Save by type: choose ALL Files
Some Easy CSS
Put Link To CSS File In HTML Pages
Put 1 line of code into your HTML web pages BEFORE the </head> tag.
Some Easy CSS
Things To Remember:
Your CSS file name and the name used in the HTML link must be exactly the same .
Your CSS file must be in the same folder as your HTML web pages or you must use the complete URL to your CSS file.
0 comments
Post a comment