Nate
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.
My Favorites Assignment: This assignment calls for you to create four lists of the following favorites. My favorite FOODS, My Favorite MOVIES, My Favorite SONGS, My Favorite PEOPLE.. Create the HTML document and submit it to Teams, place it in the My Favorites folder. Your lists should take the following formats: FOODS - Ordered list MOVIES - Unordered list SONGS - Ordered PEOPLE - Unordered
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
THIS IS THE LAST PARAGRAPH TAG:
information along with the calculated year of birth (2025 – Age). This page should have
one image and be colorized (background and Text) make each element a different color.
Output to the page should look like the following:
First Name:
Last Name:
Address:
Phone:
Age:
Hello First Name, you are 'Age' years old and you
were born in 'YOB' .
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.