2 Assignment 2 Css
2 Assignment 2 Css
1. Your site must include at least 4 HTML pages and at least 1 external
CSS le, as described below (the instructions for the 4th html page is in
question 2). In part C you will be applying CSS to style these webpages.
It will be helpful to read through all of question 1 before beginning, and
you might want to consider all parts simultaneously.
Part A
* Two absolute hypertext links to other web pages (ie. sites you
nd particularly interesting);
* A list of something;
* A table of something;
* Text of your choosing (ex. this could be more detail about some-
thing from root.html, or anything else you'd like).
Part B
You will now apply CSS to the webpages you just created. You can
be as creative as you want,
1
· At least 3 of these must use the style attribute to directly
apply CSS to the contents of a tag pair
2. Create a le named form.html containing a web form with the following
items.
a hidden eld with the name identity whose value is your full name (ie.
John Smith);
a one-line text input eld with the label Registration Number and the
name idNumber;
a multi-line, scrolling text input eld with the label Comments and the
name comments;
three radio buttons labeled 830 TT, 1030 TT, and 1430 WF with
the name lab that submit the values Lab101, Lab102 and Lab103
respectively, when selected;
one pop-up menu or scrolling menu with the label Application and the
name app that allows the user to select from Word, Excel, HTML,
Pixel Graphics, Social Media, and FileMaker;
a Submit button.