程序代写代做 graph html Exercise 1- My MySpace

Exercise 1- My MySpace
Objective: Write an HTML document and style it with a CSS file.
Remember MySpace? Me neither. Even though it was a little before my time, I always loved the idea of having your own web page that evokes your own personal flair. As a result, I want you all to design your own personal website that mimics the purpose of a MySpace page (it does not have to look exactly the same, just serve the same purpose). There are some key requirements listed below. Please fill the content with interests, hobbies projects (whatever you would like), but aim to make it as true to your persona as possible. On page two I have listed some examples to frame your webpage. Starter code is provided, please do not change the file names.
Core Requirements:
Your html document must include:
• Head tag with:
o LinktoCSS
o KeyWords
o Author
• A heading
• A table
• A list (ordered or unordered
• A paragraph tag
• An image
• Alink
• An iframe to another
webpage/video
• Use a div and span tag
Your CSS Stylesheet must include:

Each of the following selectors: o 2classselectors
o 2IDselectors
o ADescendantselector
**Each selector must have at least 3 style declarations (i.e. color or font size)**

A colored or pattern background for the entire page
Have fun with it
Examples on next page (not all are MySpace pages).