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)?)
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)?
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)
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>?)
A “network of networks", which connects networks across the world.
What is the Internet?
A piece of a website, marked by a start tag and often closed with an end tag
What is an HTML element?
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?)
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>?
A collection of interlinked web pages on the World Wide Web
What is a website?
This is the order of common heading tags, in order of biggest to smallest
What is H1, H2, H3, H4, H5, and H6?
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?
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
The network that became the basis for the Internet.
What is ARPANET?
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 </>?
This person enjoys playing tennis and served as a ball kid for the Atlanta Open (a US Open circuit tournament)
Who is Ms. Dunlap?
This website is an outstanding resource for web developers, which Ms. Dunlap displayed in class.
What is w3schools.com?
The 6 most frequently visited websites in the US.
What are the following?
Code that tells the computer that this is a document written in HTML
What is <!DOCTYPE html>?
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?
The default code for an HTML page.
What is:
<!DOCTYPE html>
<html>
<head> </head>
<body>
</body>
</html>