The pointed symbol used around HTML tags.
What is an angle bracket?
To change the font type in your CSS, you would use this property.
What is "font-family"?
The curved symbol that surround JavaScript code sections.
What is a curly bracket / brace ?
The world wide web was first invented in this decade.
What are the 1980's?
What does UL stand for in the <ul> </ul> tag?
(Alt answer: <head> </head>)
The logical operator "||" is used to symbolize this definition.
What is "or"?
E-Mail was first invented in this decade.
What are the 1970's?
To write a "___" in HTML, you would format it as <! -- TEXT GOES HERE -->
What is a comment?
The part of CSS that identifies which part of your HTML you want to change. For example, h1 or p
What is a selector?
A container for storing data values.
What is a "variable"?
When was Youtube founded?
What is 2005?
(Close years will be accepted)
In coding, this is when you put one tag completely inside another tag's content.
What is nesting?
A 6 digit code for the color black.
What is #000000?
A way to store more than one value at a time, like a list.
What is an array?
Nintendo was founded in this decade.
The 1880's/1890's.
IDs and classes are examples of this type of HTML syntax
What is an attribute?
What is border-radius?
To repeat an action until all elements have been selected, you would use this type of code.
What is a "forEach" loop?
(Half point for just "loop")
The "high-five" was invented in this decade.
What is the 1970's?