| |
|
Not a member? Register now!
|
Cascading Style Sheets (CCS)The uDoPage website uses Cascading Style Sheets. Using them gives me greater control of the layout and positioning of elements that make up our webpages. Also because many webpages can get the layout information from just one css file, all we need to do to make a global change to our website is to make changes to a single style.css. To let the web page know where the CSS files is stored each page Points to the CSS file.
When you load the webpage the browser follows the link to the CSS file and loads it, and uses the information from the CSS file to help create the webpage. The great thing is that the browser knows to store the data from the CSS file, so it doesn't need to load it again during this session. That saves time. The Menus are created with CSS
The color, font and size of all text is controlled with CSS.
The color, font and size of all links are controlled with CSS.
And much more.
|
![]() | |