Jeffrey Miller, Ph.D. Jeffrey - Miller@usc - Edu: CSCI 201 Principles of Software Development
Jeffrey Miller, Ph.D. Jeffrey - Miller@usc - Edu: CSCI 201 Principles of Software Development
Jeffrey Miller, Ph.D. Jeffrey - Miller@usc - Edu: CSCI 201 Principles of Software Development
CSCI 201
Principles of Software Development
<!DOCTYPE html>
<html>
<head>
<title>My First CSS</title>
</head>
<body>
<h2>CSCI <span style="color:red">201</span></h2>
<div style="background-color:blue; color:white">
This class is learning about HTML and CSS.<br />
Hopefully it will be fun.
</div>
</body>
</html>
9/13
More CSS
▪ For more information on CSS
› Go to http://www.w3schools.com/css
› Go to any web page and view the source (though you may need
to find the stylesheet if it is external)
10/13
Outline
• CSS
• Program
12/13
Program
▪ Go to http://www.w3schools.com/css/css_form.asp and modify the form to be more
aesthetic like modern web pages.
▪ Make the form look different for each page.
13/13