PIC40A
Homework 2: Create another simple webpage
Due
1/29 Fri 4:00pm
No late homework will be accepted!
Assignment
This is another easy Homework. Sorry! You will have a more challenging homework next time.
Similar to last time,
you are going to write several simple webpages under the folder hw2.
Your work should be able to be accessed by http://www.pic.ucla.edu/~YourUserName/hw2/
(this is same as http://www.pic.ucla.edu/~YourUserName/hw2/index.html).
index.html
The file should contains 2 frames similar to
Lecture 4 ex4.
On the left side, there is a menu, the menu should have
- A link of you favorite website.
- A link to
css.html. Describe below
- A link to
table.html. Describe below
When you clink on the links, the corresponding website will show up on another frame.
css.html
A webpage use Cascading Style Sheets
Rewrite the following tags:
h1 : with yellow color, size is 35 pixels.
p.first : first paragraph. Use cursive font, orange color
and green background
p.other : other paragrah. Use impact as font, blue font color,
background color is FFCC00
b : Use navy color with underline.
Write a webpage and use all the above tags.
table.html
Use <table> to
create a table like this:

What to submit
There is nothing to submit. The grader is going to check your webpages
http://www.pic.ucla.edu/~YourUserName/hw2/
Remark
Don't forget to put your honesty pledge inside your file (between
<body> and <body/>)
<!--
Name: Charles Li
Student ID : 000 000 000
PIC ID: ccli
E-mail: ccli AT math DOT ucla DOT edu
Assignment: hw1
I, Charles Li, pledge that this is my own independent work, which
conforms to the guidelines of academic honesty as described in the course
syllabus.
-->