Definition
Coding
Q/A
Web Lab
CSS code
100

A set of interconnected web pages usually including a homepage( generally located in the same server) and prepared and maintained as a collection of information by a person, group, or organization.  

 What is a Website

100

An internal link within a webpage that allows the user to go “jump to” other areas of a page 

What is an Anchor link

100

A layout sketch is an important part of the web design process because?

A storyboard allows the designer to visualize how the page will look and where images, text, and links (both anchor and external) will be placed.

100

A software application for creating webpages using the HTML markup language or a WYSIWYG interface.

 What is a HTML Editor 

100

How would you change the color of something using CSS

  {color:(color of your choice);}

200

The legal right granted to an author, composer, playwright, publisher, or distributor to exclusive publication, production, sale, or distribution of a literary, musical, dramatic, or artistic work

What is copyright

200

A link that leads to another website is a(n)

What is an External Link 

200

The qualities of a well designed web page are

The webpage is inviting, well organized, colorful without being very busy, and is relatively easy to navigate    

200

A Stylesheet is

What is an editing tool that allows a user to change color, font and font-size, text alignment, background color, etc. 

200

How do you change font size using CSS

 {Font-size:(size of the font)px}

300

Editing that is a graphical interface for the HTML language

What is "What you see is what you get"

(WYSIWYG)

300

The difference between an anchor link and an external link is?

An anchor link is an internal link within a webpage that allow the user to go to(also known as "jump to") other areas of the webpage, while an external link is a link to another webpage or website.

300

The difference between a Webpage and Website is 

What is a webpage is a single HTML file on he world wide web consisting of scripts, hyperlink, etc. A website is an interconnection of multiple webpages located in the same server    

300

 The Inspector Tool allows the user to 

It allows the user to see the out come of a part of code and how it shows up on the webpage

300

How do you change a text's alignment using CSS

  {text-align:(right ,left ,or centered);}

400

Someone that creates a well organized and eye catching webpage with color, text, images, and graphics to convey a message to the reader 

What is a Webpage Designer 

400

The size of a header is decreased by

What is rise the header number 

400

What kind of Personal Information should be posted on the web

Any personally identifying information such as address, phone number, social security number, etc.

400

How do you add the link property to a HTML 

Change<!DOCTYPE> to <!DOCTYPE html>

400

How do you change a text's font using CSS

 {Font-Family:(the font of choice);}

500

A rough sketch outlining the layout of a website or a webpage  

What is a Layout Sketch

500

____ is used to identify images  

 What is img  

500

Copyright laws put in place because 

To protect People such as authors, composers, playwrights, publishers, or distributers from others trying to steal their work or using it without the owner's consent

500

A _____ is used to instead of spaces when naming files.

What is dashes(-) or underlines(_)

500

 What is the line of code that brings up a CSS sheet

What is <link rel="stylesheet" href="style.css">