The purpose of HTML
What is to structure a webpage?
The purpose of CSS
What is to style a webpage?
How to print text (I don't care about the jeopardy question style anymore)
What is print()?
The command to print
cout
The floor we are on
What is the 2nd floor?
The tag that creates a paragraph
What is <p> (paragraph tag)?
An attribute that groups elements together
What is Class?
How to get an input (I don't care about the jeopardy question style anymore)
What is input()
The command that include another file
What is #include?
The room we are in
What is 207?
The tag containing all content that will be displayed to the user
What is <body> (body tag)?
An attribute that makes a single element distinct
What is ID?
The logical operator for determining when both statements are true
What is and?
The command to get input
cin
The last name of Nisshak (the vice-president)
What is Ganesananthan?
The tag that creates a link
What is <a> (anchor tag)?
The gap between the borders of elements
What is Margin?
The logical operator for determining when either statement is true
What is or?
The character placed at the end of each line of code
What is ; (semi-colon)?
The name of this club
Software Club
The attribute to define the text that appears when an image cannot be found
What is alt?
The space between the border and content of an element
What is Padding?
The statement that catches errors
What is try-except statement?
Mr. Augustine's last name
What is Augustine?