1. CSS Review HTML and CSS work hand in hand to tell a web browser (Firefox, Internet Explorer, etc.) how your webpage should look. HTML mainly controls where your content goes on the page andContinue reading
Category: CSS
Class Wednesday, December 14, 2011
Animations There are several ways to create animations for your website. An animation as we’re going to define it is basically anything on your website that moves, whether text, an image, etc. I don’t meanContinue reading
Class Tuesday, December 13, 2011
Grades & Favicons 1. We will review the grades to the webpage project before beginning our new stuff today. There is one thing I want to review for everyone. Most people didn’t remember to createContinue reading
Class Monday, October 17, 2011
Continuing with CSS and internal style sheets Over the past few classes you’ve created internal style sheets that control how a single webpage looks. You’ve formatted your text, headlines, and links, and also learned howContinue reading
Class Wednesday, October 12, 2011
Today we’ll do two things: style our headlines <h1>, <h2>, etc. and add a photo as a background image using CSS. Styling Headlines with CSS You learned about the headline tags <h1> through <h6>, whereContinue reading