LT: I can use CSS to decorate a web page. Do Now: Get your storyboard, and log in to winhome. Write our a list of colors you want in your website. (Minimum 3 colors not including Black or White.) Unit 3 – Web Design
LT: I can use CSS to decorate a web page. What is CSS CSS stands for Cascading Style Sheets CSS is used to add color and style CSS provides formatting options
LT: I can use CSS to decorate a web page. CSS Can be written as: Inline styles Internal style sheets External style sheets
LT: I can use CSS to decorate a web page. Inline Styles Go inside tags in an HTML page. Have ordered pairs that define the style elements This text is blue
LT: I can use CSS to decorate a web page. Internal Styles Go inside the head of an HTML page. Are defined by the tag Have ordered pairs that define the style elements
LT: I can use CSS to decorate a web page. My Page body { background-color: linen; } h1 { color: maroon; margin-left: 40px; }
LT: I can use CSS to decorate a web page. Reflection: Add styles to your page for the tag that set the left margin to 85 pixels and the line height to 2 (hint: use w3schools.com) Turn in your html page by .