NEW
Font size
WorksheetsFlask
Total questions: 15
Worksheet time: 8mins
Which language describes the structure of web pages?
HTML
CSS
Python
Which language is used to enhance the visual appeal of a web page?
HTML
CSS
Python
Which of the following is the correct syntax to add the external stylesheet in CSS?
<style src = quiz.css>
<style src = "quiz.css">
<stylesheet> quiz.css </stylesheet>
<link rel="stylesheet" href="quiz.css">
Which property lets you stop the background image from appearing as a grid?
background-color
background-size
background-repeat
background-cover
Which CSS property will you use to change the color of the text?
color
text-color
colour
text-colour
Which property is used to create space around an element's content inside its defined border?
padding
margin
Which property is used to create space around an element's content outside its defined border?
padding
margin
Which of these properties will let the div cover the entire width of its parent?
width:100px
width:100%
The two most common types of HTTP requests are
SET, POST
GET, POST
PUT, STOP
GET, STOP
Which attribute of the form determines the type of HTTP request?
action
method
Which attribute of the form determines the URL to which the data is sent?
action
method
Which property horizontally aligns the items in a flexible containers?
align-items
justify-content
Which property vertically aligns the items in a flexible containers?
align-items
justify-content
Which of the below is a CORRECT example of writing CSS properties?
font-size 20px color red
font-size: 20px; color: red;
font-size: 20px color: red
font-size 20px; color red
HTTP requests are sent by a HTTP client to a server. Which of these is a HTTP client?
Google Chrome
Mozilla Firefox
Microsoft Edge
All of these
