WorksheetsQuiz 1 Fundamentals of Web
Total questions: 26
Worksheet time: 16mins
What is the main goal of Information Architecture?
Organize and label a website structure to support usability.
Give your website consistency
Be a profitable website
Advertise as much as possible
What would be the smallest heading?
<h1>
<h2>
<h3>
<h4>
If I want my heading 1 to be red as its text color, what would I add to my h1 tag?
style="red"
style"red"
background-color="red"
style="color:red"
If a website uses a lot of colors such as pink, purple, red, magenta, and violet, what is the targeted audience?
boys
girls
If you want your biggest heading to say "Hello World", what would that look like in terms of HTML tags?
<h1>Hello World</h1>
<h1>Hello World<h1>
<h1>Hello</h1>
<h6>Hello World</h6>
What are the first three basic HTML tags?
<!DOCTYPE html>, <html>, <head>
<html>, <head>, <title>
<title>, <head>, <body>
<h1>, <p>, <head>
What's the main difference between an opening tag and a closing tag?
/
>
<
=
What is the main goal of clear navigation?
Give your website consistency
Advertise as much as possible
Be a profitable website
Organize and label a website structure to support usability.
What are TABS located in a website?
Top right corner of a website
Navigation Bar
Images
Bottom Area
How many heading levels do we have in HTML?
5
6
7
8
What's a nursing home website's targeted audience?
Elderly people
Young people
Teachers
Women
What's Nike.com target audience specifically?
Kids
Females
People who like to read
People who like to be active
Before you test run your website in Notepad++, you need to:
Close body
Close html
Save
Validate your code
All HTML tags MUST be lowercase.
True
False
What are the two components of Information Architecture?
clear navigation and site map
layout and site map
categories label and site map
none of the above
Which tag would change the color of my background to blue (for your entire website)?
<body style="color:red">
<body style="color:blue">
<body style="background-color:blue">
<h1 style="background-color:blue">
What does "alt" do when coding for an image?
Describe the address where the image is coming from
Describe the image included in the website in case it doesn't load properly
Be the image title
Be the image tag
One of the five major section tags of HTML, (a) is responsible for the organization of the pages of the website. It is usually designed in a specific way to make sure the user goes through the site in a specific way
One of the five major section tags of HTML, (a) is responsible for information contained, usually at the bottom of the page, that gives the user access to simple site navigation, and information such as copyright, publish date and web authors.
One of the five major section tags of HTML, (a) is responsible for information that is not the main focus of the page. Information is considered information that could be isolated from the page, but still make complete sense.
One of the five major section tags of HTML, (a) is responsible for original content that is specific to the page's purpose. Information is meant to be the focus of the page.
One of the five major section tags of HTML, (a) is responsible for the title, logos, and is normally located at the top of the page.
Name the four steps of the process that describes the pathway for a DELIVERY made over the internet.
Name the four steps of the process that describes the pathway for a REQUEST made over the internet.
Who is responsible for the DELIVERY of information across the web
Client
Server
Who is responsible for the REQUEST of information across the web
Client
Server
