History of Internet
HTML Tags/Elements part 1
Our Group/Life Map Stories
More Stuff Related to HTML/Web programming
100

A collection of information accessible over the internet.

(Bonus: this is the way in which multiple collections of information are accessed via the Internet)

What is a web page?

(Bonus: What is the World Wide Web (WWW)?)

100

This is responsible for telling a computer how the content of a web page should be structured and organized.

What is Hypertext Markup Language (HTML)?

100

This person mentioned that they won a STEM competition with a team a couple of years ago.

(Bonus: This is the number of life events that were on this person's life map?)

Who is Patrick Longman?

(Bonus: What is 2? Patrick mentioned enjoying Minecraft)

100

There are two types of lists in HTML. (Bonus: These are the HTML tags that specify the list type.)

What are ordered and unordered lists? (Bonus: What is <ol> and <ul>?)

200

 A “network of networks", which connects networks across the world.

What is the Internet?

200

A piece of a website, marked by a start tag and often closed with an end tag

What is an HTML element?

200

This person wasn't able to finish the Life Map activity. Nonetheless, they mentioned they were born in Albuquerque before moving to NJ at the age of 3.

(Hint: They started playing basketball at PDS)

Who is Quincy McCain?

(Bonus: What is Quincy's musical talent?)

200

 Each item in the list is marked by these HTML tags. These list item elements follow the rules of a "parent" tag" - which either represents ordered or unordered lists. 

What is <li> </li>?

300

A collection of interlinked web pages on the World Wide Web

What is a website?

300

This is the order of common heading tags, in order of biggest to smallest

What is H1, H2, H3, H4, H5, and H6?

300

This person was born in NYC but grew up in Princeton. 

(Hint: This person mentioned they're interested in space and enjoy lacrosse)

Who is Wyatt Russell?

300

These are the required themes for your 4 web pages of the personal website project.

What are the following:

An About Me Page

Skills/Talent Page

Personal Value/Passion Page

Bonus Page

400

The network that became the basis for the Internet.

What is ARPANET?

400

This syntax (a.k.a. the way the code or sentence is structured) to differentiate an opening tag from a closing tag

What is a <> vs. a </>?

400

This person enjoys playing tennis and served as a ball kid for the Atlanta Open (a US Open circuit tournament)

Who is Ms. Dunlap?


400

This website is an outstanding resource for web developers, which Ms. Dunlap displayed in class.

500

The 6 most frequently visited websites in the US.

What are the following? 

  • Google.com - Search engine for websites, pictures, videos, and other media
  • Youtube.com - User-submitted video site with ratings and comments
  • Facebook.com - Social media community that allows users to share information with friends
  • Amazon.com - Online shopping sites for all kinds of goods
  • Yahoo.com - A search engine, email provider, and news source
  • Wikipedia.org - A free encyclopedia with content generated by users
500

Code that tells the computer that this is a document written in HTML

What is <!DOCTYPE html>?

500

This person moved to the US when they were 5. (Hint: they have moved around a lot, and lived in the states of California and Washington)

Who is Steven Li?

500

The default code for an HTML page.

What is:

<!DOCTYPE html>

<html>

<head> </head>

<body>


</body>

</html>


M
e
n
u