Download presentation
Presentation is loading. Please wait.
Published byJordan Melvyn Watson Modified over 9 years ago
1
Mr. Rouda’s CSCI 101 sections
2
Quiz
3
Format of Every Page my page this is the body
4
Colors and Fonts Text Size and Color hi class Or color="#00FF00" Page's Background
5
CSS Cascading Style Sheets | 3 Types of Styles InLine Styles Embedded Styles Linked Styles
6
CSS – Inline Styles
7
CSS – Embedded Styles a:link {background:red; color:white; text- decoration:none} a:hover {background:red; color:blue; text- decoration:none} h2 {color:red}
8
CSS – Linked Styles (preferred)
9
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?
10
Images inserting an image alignment within a lot of text image as an anchor
11
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}
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.