The binary number 101 expressed as a decimal number.
What is 5?
100
This tag is used to change the styling on a small section of text without affecting the rest of the paragraph.
What is a <span> tag?
200
This attribute can be used inside of many HTML elements and makes a ToolTip pop up when the user hovers their mouse over the element.
What is the title attribute?
200
Any flaw in the way a computer program is written or used that makes a computer vulnerable to attack.
What is a security vulnerability?
200
A set of instruction that keeps getting executed over and over.
What is a loop?
200
The decimal number 9 expressed as a binary number.
What is 1001?
200
______ is the correct DocType for HTML files created today.
What is HTML 5?
300
This attribute is used inside of an <img> element to tell the browser which image to load.
What is src?
300
A unique pattern in a malware program's code that can be used to identify it.
What is its signature?
300
A single pass through a loop.
What is an iteration?
300
The binary number 11100 expressed as a decimal number.
What is 28?
300
This property added to a CSS selector rule tells an element, such as a <div> that it should try to move to the left and that elements below it can move up to its right, if space allows it.
What is float:left?
400
The three basic colors used to define colors in HTML code.
What are red, green, and blue?
400
A low-talent hacker.
What is a Script Kiddie?
400
Transforming actions into a symbolic language for a computer.
What is coding?
400
The decimal number 32 expressed as a binary number.
What is 100000?
400
This type of CSS selector rule can be used multiple times on the same page.
What is a class rule?
500
The closing tag for a link (hyperlink) in HTML.
What is </a>?
500
Flooding a computer or network with so much internet traffic that legitimate traffic cannot get through.
What is a Denial of Service Attack?
500
Information that is passed to a function.
What is a parameter?
500
The binary number 11111111 expressed as a decimal number.
What is 255?
500
Adding this property to a CSS selector rule tells the browser to place the element in a specific location on the screen.