wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Flask

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

Which language describes the structure of web pages?

a)

HTML

b)

CSS

c)

Python

2.

Which language is used to enhance the visual appeal of a web page?

a)

HTML

b)

CSS

c)

Python

3.

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

a)

<style src = quiz.css>

b)

<style src = "quiz.css">

c)

<stylesheet> quiz.css </stylesheet>

d)

<link rel="stylesheet" href="quiz.css">

4.

Which property lets you stop the background image from appearing as a grid?

a)

background-color

b)

background-size

c)

background-repeat

d)

background-cover

5.

Which CSS property will you use to change the color of the text?

a)

color

b)

text-color

c)

colour

d)

text-colour

6.

Which property is used to create space around an element's content inside its defined border?

a)

padding

b)

margin

7.

Which property is used to create space around an element's content outside its defined border?

a)

padding

b)

margin

8.

Which of these properties will let the div cover the entire width of its parent?

a)

width:100px

b)

width:100%

9.

The two most common types of HTTP requests are

a)

SET, POST

b)

GET, POST

c)

PUT, STOP

d)

GET, STOP

10.

Which attribute of the form determines the type of HTTP request?

a)

action

b)

method

11.

Which attribute of the form determines the URL to which the data is sent?

a)

action

b)

method

12.

Which property horizontally aligns the items in a flexible containers?

a)

align-items

b)

justify-content

13.

Which property vertically aligns the items in a flexible containers?

a)

align-items

b)

justify-content

14.

Which of the below is a CORRECT example of writing CSS properties?

a)

font-size 20px color red

b)

font-size: 20px; color: red;

c)

font-size: 20px color: red

d)

font-size 20px; color red

15.

HTTP requests are sent by a HTTP client to a server. Which of these is a HTTP client?

a)

Google Chrome

b)

Mozilla Firefox

c)

Microsoft Edge

d)

All of these