wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

BTS of Web Design: Lesson Recap

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

Hold Text Markup Language

c)

Hype Text Mark Language

d)

Hype Text Markup Language

2.

Which heading tag displays the largest text?

a)

h5

b)

h4

c)

h2

d)

h6

3.

What is the function of the tag below?

<title> this tag </title>

a)

store meta information about the title

b)

show the server how to index the website

c)

stores the title of the website for the browser and search engine results

d)

show the server how to title the website

4.

</body>

a)

indicates the ending or closing of the file's meat

b)

file beginning

c)

indicate the opening

d)

file's closing

5.

HTML tags are always surrounded by

a)

( )

b)

{ }

c)

< >

d)

" "

6.

Which character is used to indicate an end tag?

a)

/

b)

^

c)

*

d)

<

7.

Which tag contains ALL of the website's visible content?

a)

head

b)

title

c)

body

d)

start

8.

What does CSS stand for?

a)

Creative Style Sheets

b)

Cascading Style Sheets

c)

Colorful Style Spread

d)

Computer Style Spread

9.

What is the difference between HTML and CSS?

a)

HTML is containing the content of the website. CSS is used to style the website.

b)

HTML is used to style the website. CSS is containing the content of the website.

10.

Which of the following is NOT one of the ways to write CSS?

a)

Inline CSS

b)

External CSS

c)

Internal CSS

d)

Exline CSS

11.

Which of the following CSS way is not written in the HTML file, but written in a separate file instead?

a)

Inline CSS

b)

Internal CSS

c)

External CSS

12.

What is the missing code in the following line of code in order for us to connect a HTML file to a CSS file?


<link rel="__________" href="style.css">

a)

stylesheet

b)

sparkling

c)

styling

d)

stylingsheet

13.

Select ONLY the CORRECT Bootstrap components.

a)

Container

b)

Cards

c)

Jumbotron

d)

Flyover

14.

All the following are the advantages of using Bootstrap EXCEPT...

a)

Speed up development time

b)

Responsiveness

c)

Consistency

d)

Challenging for usage

15.

All the following are TRUE about favicon EXCEPT...

a)

A file of graphic image (icon) which is often related to a specific web page or website.

b)

Used as a visual reminder of the website identity in the tabs.

c)

Uploading preferred images to be made as favicon is not allowed.