What tag creates a hyperlink?
The <a> tag.
Which HTML tag lets you add JavaScript to a page?
<script>
What does “accessibility” mean in web design?
Making websites usable by people of all abilities, including those with disabilities.
This is what DNS stands for.
What is Domain Name System?
This building is the tallest in the world.
What is the Burj Khalifa?
What does the alt attribute on an <img> tag provide?
What does the alt attribute on an <img> tag provide?
What is the purpose of the CSS :hover pseudo-class?
It applies styles when the user hovers over an element.
What is an example of a tag you could put inside of a <form>?
Input, select, textarea, button
What does a 404 error mean?
The server cannot find the requested resource.
The original iPhone was released this year.
What is 2007?
Name two block-level elements in HTML.
<div>, <p>, <h1>, <section>, etc.
What attribute runs a piece JavaScript when a user clicks an HTML button?
onClick
Why should semantic tags like <article> or <nav> be used?
They make the structure meaningful for both users and search engines.
What is the difference between HTTP and HTTPS?
HTTPS is the secure version, using encryption.
This popular video game character was originally called "Jumpman."
What is Mario?
What 4 elements does the CSS box model consist of?
Content, padding, border, margin.
What does “DOM” stand for?
Document Object Model.
What does “usability” mean?
How easy and pleasant it is for users to interact with a website.
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).
These planetary neighbors literally rain diamonds.
Neptune and/or Uranus
Write a CSS rule to make all paragraph text green.
p { color: green; }
What JavaScript Property enables you to change the text content of an HTML tag?
innerHTML
Name one tool or method to test website accessibility.
Screen readers, WAVE tool, Lighthouse audits, a web validator.
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.
This word, meaning a fear of very long words, is ironically a very long word itself.
What is Hippopotomonstrosesquipedaliophobia?