Download presentation
Presentation is loading. Please wait.
1
Web Design Unit 5
2
Announcements 1. Need CS students to shadow next year’s incoming freshmen. 2. Apply for Strive! Feb 2 Field trip; Summer Internship. 16 and older. 3. Video Tech News: 1-3 minutes 3rd: Anthony, Antonio, Nhat, and Mateo 4th: Teresa, Clayton, Mark, Alden
3
Today’s Lesson Objectives:
Complete Storyboard website Create inline styles with CSS Add inline styles to a webpage (today) Create an internal styles sheet with css (Thursday)
4
Complete Website Include : Paragraph <p> </p>
Lists <ul> <li> </li> </ul> (ordered or unordered) Image <img> </img> (pictures) Iframe <iframe> </iframe> (videos) <strong> </strong> (bold) <em> </em> (italized) See Mrs. Reid Biography page under Chrome Browser. Click View – Developer –view source
5
Overview of CSS CSS stands for Cascading Style Sheets
CSS provides the formatting and style for a web page, while html provides the content; There are three methods of inserting styles Inline styles Internal style sheet External style sheet
6
Basic format for Style Selector Decloration h1 {color:blue;
font_size:12px;} The selector is the element you want to style; each declaration consists of a property and a value The property is the attribute you want to change and each property has a value. To make it more readable you can pu each declaration on a separate line.
7
Modify Webpage Pair up in your teams Add the following
At least three pictures A variety of emphasized text The background and text colors
8
Gallery Walk Students provide comments and each computer they visit.
Students will use feed back they receive to revise their homepage.
9
Resources (show) http://www.w3schools.com/css
10
Cool Animation If you are done with your website, then copy these pages to create animated html files.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.