HTML/CSS
JavaScript
Accessibility
The Internet
Fun Trivia
100

What tag creates a hyperlink?

The <a> tag.

100

Which HTML tag lets you add JavaScript to a page?

<script>

100

What does “accessibility” mean in web design?

Making websites usable by people of all abilities, including those with disabilities.

100

This is what DNS stands for.

What is Domain Name System?

100

This building is the tallest in the world.

What is the Burj Khalifa?

200

What does the alt attribute on an <img> tag provide?

What does the alt attribute on an <img> tag provide?

200

What is the purpose of the CSS :hover pseudo-class?

It applies styles when the user hovers over an element.

200

What is an example of a tag you could put inside of a <form>?

Input, select, textarea, button

200

What does a 404 error mean?

The server cannot find the requested resource.

200

The original iPhone was released this year.

What is 2007?

300

Name two block-level elements in HTML.

<div>, <p>, <h1>, <section>, etc.

300

What attribute runs a piece JavaScript when a user clicks an HTML button?

onClick

300

Why should semantic tags like <article> or <nav> be used?

They make the structure meaningful for both users and search engines.

300

What is the difference between HTTP and HTTPS?

HTTPS is the secure version, using encryption.

300

This popular video game character was originally called "Jumpman."

What is Mario?

400

What 4 elements does the CSS box model consist of?

Content, padding, border, margin.

400

What does “DOM” stand for?

Document Object Model.

400

What does “usability” mean?

How easy and pleasant it is for users to interact with a website.

400

What is a WYSIWYG editor?

An editor where what you see on the screen is what the final webpage will look like (no coding needed).

400

These planetary neighbors literally rain diamonds.

Neptune and/or Uranus

500

Write a CSS rule to make all paragraph text green.

p { color: green; }

500

What JavaScript Property enables you to change the text content of an HTML tag?

innerHTML

500

Name one tool or method to test website accessibility.

Screen readers, WAVE tool, Lighthouse audits, a web validator.

500

What’s a domain name? How is it different that an IP Address.

A human-readable address for a website, like example.com. IP Address is the numerical code to get to the website.

500

This word, meaning a fear of very long words, is ironically a very long word itself.

What is Hippopotomonstrosesquipedaliophobia?