wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Web Dev Bootcamp Day 05 - HTML and CSS basics

Total questions: 13

Worksheet time: 7mins

Name
Class
Date
1.

Which HTML tag is used to create the "largest" heading?

a)

<h1>

b)

<head>

c)

<header>

d)

<h6>

2.

What does the <p> tag mean?

a)

Picture

b)

Paragraph

c)

Page

d)

Padding

3.

Which HTML tag is used to display an image?

a)

<image>

b)

<img>

c)

<pic>

d)

<src>

4.

I want to create a list like this.
1. List item one
2. List item two
3. List item three

Whats the tag i should use?

a)

<ol>
ordered list

b)

<ul>

unordered list

c)

<list>

just a list.. hmm

d)

<li>

list item

5.

Which HTML tag is used to write CSS in the file itself?

a)

<style>

b)

<css>

c)

<script>

d)

<styling>

6.

What should i use to change the text color to "Red"

a)

the-text-color: "RED"

b)

color: "red" ;

c)

fonts-color : "red"

d)

foreground : "red"

7.

What does CSS stand for?

a)

Creative Stylish Sheep 🐑

b)

Cascading Style Sheets

c)

Computer Style Sheets

d)

Colorful Style Sheets

8.

What will this CSS Do ?

p {

text-align: center;

}

a)

Bring the text to center

b)

Make text bold

c)

Crash the Laptop

d)

Adds spacing

9.

I want to go to a page called "home.html"
Which tag should i use?

a)

<a href="home.html" />

b)

<button href="home.html">

c)

<home.html>

d)

<html href="home.html">

10.

Which symbol is used to select a class in CSS?

a)

#

b)

.

c)

*

d)

&

11.

I have keys but no locks, "space" but no room, and you can "enter" but not go inside. I bet your using me right now!!
What am I?

(a)  

12.

What is this?

a)

A large cupboard

b)

A Server

c)

A room of refrigerators

d)

I don't know. you tell me 😏

13.

What does HTML Stand for?

a)

Hype Mark up Text

b)

Hypertext Markup Language

c)

Hyper Marker Language