Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use your text editor to create a new le named hw1_home.html, and then save it on your computer. Add the doctype for an HTML5 document.

Use your text editor to create a new le named hw1_home.html, and then save it on your computer.

Add the doctype for an HTML5 document.

Create the root html element and nest the head and body elements within it.

Within the head element, insert the following text as an HTML comment My First Web Page Author: your name Date: the date where your name is your name and the date is the current date.

Add code to specify that the page uses the UTF-8 character set.

Set the page title as Your Name: My First Web Page.

Within the body element, create structural elements for the page header, main section, and footer.

Within the page header, insert an inline image of your choosing. The image should be a wide picture of anything, like facebook's cover photo or like Curbside Thai's logo. The image should be at least 800 pixels wide. Use photoshop or other image editing too to resize the picture accordingly. Specify the alternate text for the image to be a description of the photo. The image must be served from your NJIT server.

Within the page footer, insert the following text to appear on a single line: Your Name Your email address Today's Date CPT 330 SECTION

Separate the different sections of the footer using a solid diamond (character code 9830).

Link your email address to your actual email address.

Within the section element, insert an h1 element with the text CPT 330 - Your Name.

Directly after your last name, insert the copyright symbol.

Add an article element to the section element.

Directly after the header element and before the section element, insert a navigation list containing an unordered list with following list items: Home, Favorite Websites, and Favorite Meals.

Save your html page. Save a copy of your html as hw1_websites.html. Save another copy of your html as hw1_meals.html. You should now have three webpages in total.

In hw1_home.html, within the article, insert an h2 heading containing the text About Me.

Insert a picture of yourself and set the text string Your Name as the alternate text.

Add a couple of paragraphs containing text about you. Your interests, hobbies, career aspirations, etc. 3-4 sentences per paragraph. Bold each hobby. Italicize each interest. Underline each career aspiration.

Turn your picture from step 18 into a hyperlink. The destination of that link should be a different, larger/hi-res picture of yourself.

In hw1_websites.html, within the article, insert an h2 heading containing the text Favorite Websites.

Add four additional article elements.

In each article, insert an h2 heading containing the NAME of your a favorite websites you like to visit. (Facebook, Twitter, Instagram, and Google are not allowed to be used). You should have 4 website names in total. 1 per article.

Within each article, insert an ordered list containing five items explaining what is so great about that specific website.

For each of the websites listed as your favorite, make each h2 heading into a hypertext link to the website.

In hw1_meals.html, within the article, insert an h2 heading containing the text Favorite Meals.

Add four pictures of your favorite meals. Each picture should not be wider than 300px. Above each picture, insert an h3 heading with the name of the meal.

For each of your favorite foods, link each image to a recipe webpage showing how to make that dish.

Link the three items in your navigation list to hw1_home.html, hw1_websites.html, and hw1_meals.html for all web pages.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Essential SQLAlchemy Mapping Python To Databases

Authors: Myers, Jason Myers

2nd Edition

1491916567, 9781491916568

More Books

Students also viewed these Databases questions