COMM 305 George Washington University Website Worksheet

Description

In this assignment, you’ll be creating a micro-site about a topic of your choice, by creating three basic HTML pages, linked together. You’ll style them with a single external style sheet.

Instructions

Select a single topic for your micro-site . It could be about life in the pandemic, an organization you’re a part of, a how-to guide — pretty much anything. But it must be focused and you must be able to construct three web pages about it.?I suggest making a website about a specific city travel promotion such as Los Angeles or Miami.?

Once you have your topic, decide what the three pages of your micro-site should be. You’ll have some sort of landing page (index.html) and then two other pages. It’s up to you to determine how to best organize your content.

For each page, create a new plain-text doc and add your structural HTML elements, including <!DOCTYPE html>, <html>, <head>, <body>, <meta /> and <title> tags. Be sure to give each page a Title in the <title>tag. Then, within the appropriate sections, write your content.

For HTML requirements, each page must contain at least:

one <h1> tag (titling the page for the user on the front end),

two <h2> tags (organizing the content on that particular page),

two relative links, opening in the same tab (linking to the other two pages of your micro-site),

three external links, opening in new tabs (linking to related content elsewhere on the web)

three embedded elements (which could include pictures, videos, tweets, SoundCloud files, etc.)

three <p> tags (used for at least three paragraphs of content that you’ll write).

  • For CSS requirements, your external style sheet must contain at least:

one font-family rule (which could apply to either headings or paragraph text or both),

  • one font-size rule (again, either headings, paragraph text or both),

two color rules (which could apply to font color or background color),

  • three other style rules of your choosing (they could be anything we’ve covered or any of those listed in the book).

Remember, to apply your CSS to each of your HTML docs, you’ll have to add a <link> tag within the <head> tag of each page.

  • When you’re finished, save all three HTML docs, the CSS sheet and any other media/files in the same folder.

Requirements

three HTML pages, linked together by relative links

  • three paragraphs of content on each of those pages

structural HTML elements on each page

  • all of the listed HTML requirements

all of the listed CSS requirements, in an external style sheet

Get your college paper done by experts

Do my question How much will it cost?

Place an order in 3 easy steps. Takes less than 5 mins.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *