Home / Expert Answers / Computer Science / in-this-exercise-youll-code-the-html-for-the-home-page-when-youre-through-the-page-should-l-pa670

(Solved): In this exercise, youll code the HTML for the home page. When youre through, the page should l ...



In this exercise, you’ll code the HTML for the home page. When you’re through, the page should look like this:

I started this web site because Halloween has always been my favorite holiday, But during the last year, I started selling so

Create the home page from the index.html file that’s in the root folder for the project. This file includes just the basic HTML elements.

Add the HTML5 semantics to structure the page so it includes a header, the main content, and a footer.

Add an image and two levels of headings to the header. You’ll find the image, named pumpkinO.gif, in the images folder. You’ll find the text for the header as well as for the other areas of the page in the index.txt file in the text folder.

Add three levels of headings and the required text for the main content. Boldface the last sentence of the guarantee.

Code the product categories as an unordered list with links to other pages. Name the pages props.html, costumes.html, special.html, and masks.html, and assume that these pages will be stored in the products folder.

Add the required text to the footer, using a character entity for the copyright symbol with the current year.

Add a comment at the top of your code that states your name, the date and course information.

 

I know this isn't a lot, but I simply got lost on what to do.

 anything even if it's small helps.

This is all I got so far. There was no code given to begin with.

<!DOCTYPE html>

 

<html lang="en">

<head>

    <meta charset="utf-8" />

    <title>The Halloween Store</title>

    <link rel="shortcut icon" href="images/favicon.ico">

    <link rel="stylesheet" href="styles/normalize.class">

    <link rel="stylesheet" href="main.ss">

</head>

 

<body>

    <img src="images/pumpkinO.gif" alt="pumpkinO" height="80">

        <h2></h2>The Halloween Store</h2>

        <h2>For the little Goblin in all of us!</h2>

        <h3>Welcome to my site. Please come in and stay awhile.</h3>

</body>

</html>

 

 

I started this web site because Halloween has always been my favorite holiday, But during the last year, I started selling some of my favorite Halloween products, and they've become quite a hit. If you click on the Personal link, you can browse my favorite Halloween pictures, stories, and films. And if you join my email list, I will keep you up-to-date on all things Halloween. Product categories - Prapar - Costumes - Sypecial Effectis - Maskir My guarantee If you aren't completely satisfied with everything you buy from my site. you can return it for a full refund. No questions asked! (e) \( 2018 \mathrm{Ben} \) Murach


We have an Answer from Expert

View Expert Answer

Expert Answer


Ans: Here is the full HTML code for with the output shown below. HTML Code
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe