Mr. Rouda’s CSCI 101 sections
Quiz
Format of Every Page my page this is the body
Colors and Fonts Text Size and Color hi class Or color="#00FF00" Page's Background
CSS Cascading Style Sheets | 3 Types of Styles InLine Styles Embedded Styles Linked Styles
CSS – Inline Styles
CSS – Embedded Styles a:link {background:red; color:white; text- decoration:none} a:hover {background:red; color:blue; text- decoration:none} h2 {color:red}
CSS – Linked Styles (preferred)
Styles of Classes testing a:link {background:red; color:white; text-decoration:none} a:hover {background:red; color:blue; text-decoration:none} h2.auburn {background:orange; color:blue} h2.bama {background:red; color:white} Hi Class How are you?
Images inserting an image alignment within a lot of text image as an anchor
Styles with Lists ul.circle {list-style-type:circle} ul.square {list-style-type:square} ol.upper-roman {list-style-type:upper-roman} ol.lower-alpha {list-style-type:lower-alpha}