Warm-Up:
We will be attending the Chorus performance at the start of class. Your Warm-Up grade will be based on your Audience Etiquette and behavior in the hallway.
PGCPS Gmail Login | Student SchoolMax Login
Agenda:
- Previous Projects
- I normally grade over the weekend. This weekend, I helped my sister move.
- I hope to be caught up this week.
- Series Video 6
- Due FRIDAY!
- Web Page Title Graphic
- Graded.
- Web Design
- <img>
- Needs NO closing tag.
- Does not contain an image, but points to one stored elsewhere.
- <img src="coolpicture.png"> works if there is an image named coolpicture.png in the same folder as the html document.
- <div></div>
- Creates a box.
- Multiple <div> tags can be used to create columns, each with their own formatting.
- Use <div style="float:left"> in each <div> tag to do this. Make each one as long as you want.
- If your content in your <div></div> tags is wider than the viewer's screen, the extra columns will be pushed down.
- (It's like when a line of text fills up and the next word goes down to the next line.)
- There's a LOT more to <div></div>, but this is a good start.
- <img>