What unit is font size measured in?
px
Give a good example of citing work.
Results may vary, but citing sources and giving credit for copyrighted material are the main ones.
True or False: HTML is an example of a markup language.
True
How many keys are on a standard piano?
88
What programming language(s) is/are usually used to interact with HTML?
CSS, JavaScript
A set of grammatical rules for a programming language is called…
Syntax
Where can you find the contents inside of a <title> tag on a website?
The word "rizz" is a shortened form of what word?
Charisma
Replacing "h1" with "h5" will cause the output of the following line of code to…
<h1> Hello World! </h1>
Decrease in size.
What text formatting tag is used to make italics?
<i> or <em>
True or False: <img> tags need to have a closing tag.
False
Of the three types of rocks, which one is the most common?
Igneous
Which part of the following line of code is considered the value?
<h2 style="color:red;"> I love Jeopardy! </h2>
red
Changing "ul" to "ol" on a list will result in what kind of change in the browser?
The bullet points of the list will change to numbers.
True or False: A <br> tag creates a break with a line to visually divide information.
False
Which element of the periodic table is the most populous in the human body?
Hydrogen
If you want to redirect the user to a new tab, what attribute should you use?
target
When assigning a background-color to an entire webpage, which tag do you need to change?
<body>
When creating an anchor tag, what is the significance of the href attribute?
It shows what web address it redirects to.
What was the Y2K Problem?
From Wikipedia:
"Many programs represented four-digit years with only the final two digits, e.g. 1985 as 85, making the year 2000 indistinguishable from 1900. Computer systems' inability to distinguish dates correctly had the potential to bring down worldwide infrastructures for computer-reliant industries."