html
CS193 Fall 2020/21 -Take Home Exam
Create a website that contains four pages with the following specifications: 1. First page contains:
Name of the page: Home Page Title of the page: Name of your company
Body of the page contains: i. Three paragraphs
ii. Two headers level (1)
iii. One header level (2)
iv. Four internal links
v. One external link
vi. Three images with (JPG) extension
vii. Using <hr>, <br>, <font> and <marquee> to support page design.
2. Second page contains: Name of the page: Second Page Title of the page: The name is related to the purpose of the page
Body of the page contains: i. One paragraphs
ii. One header level (1)
iii. One ordered list with four list items
iv. Three internal links
v. One external link
vi. Two tables, one (4x4) and one (3x2)
vii. Using <hr>, <br>, <font> . . . . etc. to support page design.
3. Third page contains: Name of the page: Third Page Title of the page: The name is related to the purpose of the page Body of the page contains:
i. Form consist of:
1. Three input type text
2. Four input type checkbox
3. Four buttons
4. One dropdown list
5. One textarea
ii. Three internal links
iii. One external link using image
iv. Two tables, one (4x4) and one (3x2)
v. Using <hr>, <br>, <font> . . . . etc. to support page design. 4. Fourth page contains:
Name of the page: Fourth Page Title of the page: The name is related to the purpose of the page Body of the page contains:
i. Simple calculator using java script