wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SAIL Virtual Class Kahoot

Total questions: 20

Worksheet time: 3mins

Name
Class
Date
1.

Which HTML tag is used to link an external CSS file to an HTML document?

a)

<link>

b)

<style>

c)

<script>

d)

<css>

2.

What is the correct way to apply an inline style to an HTML element?

a)

<div Apple-converted-space"> blue;">...</div>

b)

<div class="blue">...</div>

c)

<div id="blue">...</div>

d)

<div role="style" value="color: blue;">...</div>

3.

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

a)

text-color

b)

color

c)

font-color

d)

text-style

4.

How do you select an HTML element with id "header" in CSS?

a)

header {}

b)

.header {}

c)

#header {}

d)

header# {}

5.

Which CSS property is used to create rounded corners?

a)

corner-radius

b)

border-style

c)

border-radius

d)

rounded-style

6.

what does this asterisk symbol means in CSS?

a)

selector

b)

property-key

c)

property-value

d)

general selector

7.

One of these is NOT an example of a semantic element

a)

side-bar

b)

aside

c)

nav

d)

article

8.

what does 10px stands in this margin shorthand;

margin: 5px 10px

a)

margin-left

b)

margin-right

c)

margin-left and margin-right

d)

NOTA

9.

What CSS property can you use a linear-gradient value on?

a)

background-color

b)

color

c)

box-shadow

d)

background

10.

What are the two most common CSS layout?

a)

inline-flex and inline-block

b)

grid and flex

c)

absolute and relative

d)

grid and block

11.
  1. Which tag is used when creating a list with a specific order (by default, will show up as a numbered list)?

a)
  1. <dl>

b)
  1. <ul>

c)
  1. <list>

d)
  1. <ol>

12.
  1. What is the correct HTML for inserting an image?

a)
  1. <image src="image.gif" alt="A Saskatchewan flag picture.">

b)
  1. <img href="image.gif" alt="A Saskatchewan flag picture.">

c)
  1. <img src="image.gif">

d)
  1. <img alt="A Saskatchewan flag picture.">image.gif</img>

13.
  1. Block elements are normally displayed without starting a new line.

a)

True

b)

False

14.
  1. Which of the following is the correct syntax to add the external stylesheet in CSS?

a)
  1. <style src = quiz.css>

b)
  1. <style src = "quiz.css">

c)
  1. <stylesheet>quiz.css</stylesheet>

d)
  1. <link rel=”stylesheet” href=”quiz.css”/>

15.

Which of the below is the correct syntax to put a line over text in CSS?

a)
  1. text-decoration:line;

b)
  1. text-decoration:none;

c)
  1. Text decoration: overline;

d)
  1. Text decoration: underline;

16.

<div> tag is most used as?

a)

heading tag

b)

container tag

c)

paragraph tag

d)

media tag

17.

Where can you place the script tag for external javascript?

a)

head section

b)

body section

c)

All of the above

d)

None of the above

18.

Full meaning of IDE

a)

Integrated development environment

b)

Inter developer environment

c)

Intra-dimensional env

d)

NOTA

19.

Who owns Visual Code IDE?

a)

Meta

b)

Facebook

c)

Google

d)

Microsoft

20.

What is the latest version of HTML

a)

HTML 3

b)

XHTML

c)

XML

d)

HTML 5