Skip to content

NEU-CS5610-2022-01-VAN/quiz-01-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week 1 Quiz: HTML

Follow the instructions carefully to complete the quiz. Ensure you read through each step and comprehend the requirements.

  1. Add a Title: Include a <title> tag within the <head> section of your document, representing the main topic or purpose of your page.
  2. Include a Description: Implement a meta description using <meta name="description" content="A brief summary of your page's content">. This should succinctly describe the content or purpose of your page.
  3. Add 1 Header (<h1>): Insert a suitable title for your webpage.
  4. Embed 1 Image:
  • Utilize the <img> tag.
  • Ensure the image has an alt attribute for accessibility.
  1. Generate a List of Items:
  • Construct an ordered (<ol>) list with a minimum of 5 items.
  1. Incorporate 1 Paragraph: Insert a paragraph with a minimum word count of 50.
  2. Embed a Link to an External Page:
  • This link should open in a new tab (target="_blank").
  • Ensure the link contains the rel="noopener noreferrer" attribute for security and performance reasons.
  1. Insert a div Element: This div should have a class named colorfull-div and include a short title.
  2. Link an index.css File to Your HTML: Ensure the <link> tag is appropriately positioned within the <head> section of your document.
  3. Style the colorfull-div class in your CSS file:
  • Integrate properties such as width, height, and background-color.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published