Elle Fabian
My Life Assignment: This assignment calls for to create a web page that will use Basic HTML Tags (Title Tag, Header and sub-headers h1...h6, Paragraph p, Style Attributes). Your page should include the following sections, Grade School Memories, Middle School Memories and Current Life. Each section should use a sub-header and a paragraph tag. Each Paragraph should include a minimum of five sentences.
Lists Of Links: This assignment calls for you to create a page that will display two lists of links. One list will be horizontal and displayed under your page header. The other will be an unordered vertical list in the center of the page. Each lists should have at least four links. As always the page should have a background color and the font should be colorized and use at least one image.
Prompt Response Assignment This assignment calls for you to create a page that will prompt (Ex. let name = prompt('What is your name )) the user for his personal information (name: First and Last, Address, Phone, Age). You will use Six tags to hold this information along with the calculated year of birth (2026 – Age). This page should have one image and be colorized (background and Text) make each element a different color.
I Want To Live In This assignment calls for you to pick a country you would like to live in when you grow up. This page should include three images of this country on related topics (unique cultural and traditions). Your page should have a Title, Page header, Three sub-headers for the content created, Styled section of text in the text elements (use the span tag). As always you should use CSS to style you page. You will need Id selectors, Tag selectors, and Class selectors. Your page should have a background color, font colors (could use this attribute for span tag class attribute and sub-headers). You can use both the Style tag and style attribute to accomplish your desired outcomes.
Tourist Brochure Assignment: This assignment calls for you to create a page that will create a brochure about one of the St. Louis area attractions (the Zoo, The Stadium, The Arch, The Butterfly House…). This page should include information about the attraction, images(3) (which you can copy from the attractions webpage) and it should be colorized. The images should be floated into the text on the page. Submit your .html file
Video Insertion This assignment calls for you to create a page that will use the HTML video Tag to display a video with all controls. This Page should have a heading which is centered, the video and a short paragraph that describes the videos content. As always your page should have a background color its text should be a complementary color. All three elements should be centered on the page.
Surface Area Calculator This assignment calls for you to create a page that displays a Surface Area Calculator that will when provided with the needed measurements give you the surface area of a three-dimensional shape (your calculations should display only two decimal digits). Provide the user with a menu of the shapes. When the selection is made prompt the user for the needed measurements and pass these measurements to the correct function. Use Paragraph Tags to produce the output when displaying the answer. The page should have a header and be colorful with background and text colorsThe shapes that will be used are Sphere, Cylinder, Square Pyramid and Cone. The formulas for the calculations
Dynamic Page Creation This assignment calls for you to create a page that will change its styling based upon the above date. Your page will use the date object to determine what is displayed. Based upon the .getDay() method of the date object you will change the image, header styling background color and the text displayed on your page. If the .getDay() is even (use modulus to determine) the elements will change otherwise the default content will remain the same. Your header should have a background, be limited in width with a border color and style which will all change.
Your page content should be similar to your tourist brochure assignment. Pick a site (the Zoo, the Arch or the butterfly house). The content topic should remain the same only the styling and image should change on even days.