Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Use NotePad (PC), or TextWrangler (Mac), or Adobe Brackets (PC and Mac) to make a Web page in HTML 5 Your webpage should consist

1. Use NotePad (PC), or TextWrangler (Mac), or Adobe Brackets (PC and Mac) to make a Web page in HTML 5

Your webpage should consist of two files: hw2.html and an image file with any appropriate name, ending in .gif, .png, or .jpg, and must contain the following Required Elements:

Appropriate DOCTYPE for html 5

Opening and Closing and tags, properly enclosing the entire HTML document - remember the lang attribute!

Opening and Closing and tags, properly enclosing the entire head section.

Opening and Closing and tags, properly enclosing the entire body of the webpage. You should include the inline CSS in the body tag to make the background color of the whole page be any light color you choose.

A character encoding declaration of UTF-8

A comment in the head section stating the purpose, author, and date of page creation

An appropriate title that appears in the title bar of the browser, properly placed in the head section of the HTML document between tags.

An appropriate meta tag description based on what is the main topic of your web page

The body section must include the html 5 header, section, article (at least 2), and footer tags. All of these are 2-sided tags and must have a closing tag such as ,

, etc. Remember that it's advisable to have a heading every time you open a section or an article element

Inside the header element, you should include 2 different headings: a h1 and a h2.

One of the headings should be centralized and italicized using inline CSS. The other heading should be centralized, bold and with a different color other than the default black (again, using CSS)

Inside each article you should have at least 2 paragraphs and one of the paragraphs you should demonstrate the use of line break (the br element)

You should have content in an Ordered List

    or Unordered List
      with the appropriate closing tag. Your List must contain at least two list Items with
    • ...
    • tags. The list can contain and any readable text you choose.

      You should include at least one image and below the image you should include a description of the image and where you got the image (even if you were the creator of the image) - the image should be downloaded to your computer and saved inside the same folder where you are saving the hw2.html file

      You should write in the footer the text: "Copyright xx Your Name" where xx will be the copyright symbol (using special characters) and Your Name is going to be your name.

      You should include, between the articles a line separator using the horizontal ruler element

      You should include in your content a link to the City College website - it is an external website that will be opened in another window or tab.

      Make sure your code is valid by using the W3C validator that is mentioned in the lecture - validator.w3.org

      Save both the .html file and the image in one single folder in your computer and zip that folder.

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

More Books

Students also viewed these Databases questions

Question

What is self-control?

Answered: 1 week ago