Find the Mistake!
HTML Tag Names
Careers
CSS
Superhero Trivia
100

<!DOCTYPE html>

<html>

<head>

<title>My Website</title>

</head>

<body>

<p>Hello World</p>

</html>

the body tag does not have a closing

100

<p>

paragraph


100

What does I.T. stand for?

Information Technology


100

<div>

divides the document


100

Who is the strongest superhero?

the Hulk


200

<!DOCTYPE html> 

<html>

<head>

<title>My Website</title>

</head>

<body>

<p><em>I love pizza<p></em>

</body>

</html>

the <p> tag closes before the <em> tag

200

<title>

website header (in tab)

200

What coding languages do web developers use?

HTML, CSS, and JavaScript


200

What type of bracket does CSS use?

curly brackets {}

200

What is Superman's weakness?

Kryptonite

300

<!DOCTYPE>

<html>

<head>

<title>My Website</title>

</head>

<body>

<p>Hello World</p>

</body>

</html>

the <!DOCTYPE> tag does not state that the doctype is html

300

<em>

italics

300

What is a professional who designs, develops, tests, and maintains software applications, systems, and programs called?

Software Engineer


300

display:flex

allows you to format the layout of your website

300

How did Spiderman get his powers?

He was bitten by a radioactive spider

400

<!DOCTYPE html>

<html>

<head>

<title>My Website</title>

</head>

<body>

<img src = img.jpg>

</body>

</html>

the img.jpg is missing quotation marks

400

<iframe>

embed YouTube video


400

What does cybersecurity mean?

Cybersecurity refers to the practice of protecting computer systems, networks, software, and data from digital attacks, unauthorized access, and damage.

400

What is the typical CSS file name?

style.css

400

What is Batman's real name?

Bruce Wayne

500

<!DOCTYPE html>

<html>

<head>

<title>My Website</title>

</head>

<body>

<table>

<thead>

<th>Book</th>

<th>Main Characters</th>

<th>Setting</th>

<thead>

<tbody>

<td>Harry Potter and the Sorcerer's Stone</td>

<td>Harry, Hermione, Ron</td>

<td>Hogwarts</td>

</tbody>

</table>

</body>

</html>

the <tr> tag is missing (makes a new row)

500

<td>

new body cell in table

500

What is a common coding language for data analysts?

Python

500

float: left

Floats the box to the left with surrounding content flowing to the right

500

What is Captain America's shield made of?

Vibranium


M
e
n
u