What Do You Mean?
Caught in a Web
Do I Know You?
What Right Do You Have?
Underneath It All
100

Designing web page(s) to make it appealing and easy to use for the viewer.

What is Web Design?

100

Examples of this include Microsoft Edge, Safari, Firefox, and Chrome.

What is a Web Browser.

100

What tag am I and what do I do?

<p>

What is a P tag... 

It is used to create/define a paragraph in your document.

100

This license lets others distribute, remix, adapt, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered. Recommended for maximum dissemination and use of licensed materials.

What is

CC BY

100

What are these called?

<>

What are angle brackets (pointy brackets)?

200

A document that can be viewed by a web browser, usually written in HTML

What is a web page?

200

A network  of networks built on open, agreed upon protocols.

What is the Internet?

200

What tag am I and what do I do?

<br>

What is a BR tag... 

It is used to make a line break in your document (like an "Enter")

200

This license lets others reuse the work for any purpose, including commercially; however, it cannot be shared with others in adapted form, and credit must be provided to you.

What is

CC BY-ND (Non-Derivs)

200

What does the acronym HTML mean?

What is hypertext markup language?

300

A collection of related web pages,usually registered under the same domain name.

What is a website?

300

The process of sending data between two computers on the internet.

What is routing?

300

What tag am I and what do I do?

<ol>

What is an OL tag... 

It is used to create/define an ordered list in your document.

300

This license lets others remix, adapt, and build upon your work non-commercially, and although their new works must also acknowledge you and be non-commercial, they don’t have to license their derivative works on the same terms.

What is 

CC BY-NC (Noncommercial)

300

Used to tell the computer that the document is written in HTML.

What is

<!DOCTYPE HTML>

400

The process of writing HTML, CSS, and other code to actually generate a web page.

What is web development?

400

Name the following punctuation marks:


{}

;

:

What are curly braces/brackets, a semicolon, and a colon?

400

What tag am I and what do I do?

<td>

What is a TD tag... 

It is used to identify the cells in a table that hold data/information.

400

This license lets others remix, adapt, and build upon your work non-commercially, as long as they credit you and license their new creations under the identical terms.

What is 

CC BY NC-SA (NonCommercial-ShareAlike)

400

The section of the document that contains all the main contents of your web page.

What is the <body>?

500

The exclusive legal right to print, publish, perform, film or record literary, artistic, or musical material, and to authorize others to do the same.

What is copyright?

500

Used to locate a resource that exists somewhere on the internet.

What is a URL?

500

A number system that has 16 digits 1-9 ans A-F.

What is a Hexadecimal (Number) System

500

This license is the most restrictive of our six main licenses, only allowing others to download your works and share them with others as long as they credit you, but they can’t change them in any way or use them commercially.

What is

CC BY-NC-ND (NonCommercial-NoDerivs)

500

Which part of the following code is the property?

h1{

     font-family:cursive;

}

What is font-family?