Web Design
CSS
HTML
Bootstrap
100
What tag adds an image to the page?

What is <img>

100
CSS stands for...

What is Cascading Style Sheet

100

Which HTML element holds every element that will be visible on your web page?

What is <body></body>

100

This bootstrap component helps navigate your web page

What is Navbar

200
An application on your computer that allows you to visit websites on the Internet is called a

What is a Browser

200
Which CSS property is used to change the text color of an element?

What is color

200
Which tag do you use to create a new section on a web page?

What is <div>

200
Which bootstrap class is used to create a column?
What is class="col"
300
Which character is used to indicate a closing tag?

What is a forward slash /

300
What CSS property controls the text size?

What is font-size

300

Which heading tag holds the title of a page?

What is <h1>

300
Which Bootstrap class is used for the outer layer of a section?

What is class="container"

400
What do you use to adapt your website to different screen sizes?

What is Media Queries

400
How do you define a flexbox in CSS?

What is display: flex

400
What HTML tag is used for unordered lists?

What is <ul>

400

This bootstrap component can be used to create a slideshow of images

What is Carousel

500
What is the correct HTML element for inserting a link to your website?

What is <a> tag

Eg: <a href="https://www.w3schools.com">Visit W3Schools</a>

500

Which CSS selector is used to select a unique HTML element?

What is id

500
What does HTML stand for?

What is Hyper Text Markup Language

500

This bootstrap component creates a box with some relevant information about your website

What is Jumbotron

M
e
n
u