Font size
WorksheetsQuiz 2 Front-End Development
Total questions: 20
Worksheet time: 13mins
What does HTML stand for?
Hyper Text Markup Language
Home Tool Markup Language
Hyperlinks and Text Markup Language
Hyper Text Machine Language
Which HTML tag is used to define an unordered list?
What does CSS stand for?
Creative Style Sheets
Cascading Style Sheets
Computer Style Sheets
Colorful Style Sheets
Which property is used to change the background color in CSS?
color
background-color
bgcolor
background
What is the purpose of JavaScript in web development?
To structure content
To style content
To add interactivity to web pages
To manage databases
Which of the following is a JavaScript framework?
Django
Laravel
React
Flask
What does the tag in HTML define?
An article
A link
An attribute
An audio element
How do you make a list item in HTML?
Which CSS property is used to change the text color of an element?
text-color
fgcolor
color
font-color
What does DOM stand for in web development?
Document Object Model
Data Object Model
Document Oriented Model
Data Oriented Model
Which of the following is a CSS framework?
Angular
Bootstrap
Node.js
React
What is the correct HTML element for inserting a line break?
How do you create a function in JavaScript?
Which CSS property controls the text size?
font-size
text-size
fontsize
text-style
Which HTML tag is used to define an internal style sheet?
In JavaScript, what is used to declare a variable?
var
let
const
All of the above
Which of the following is NOT a JavaScript data type?
Number
String
Character
Boolean
How do you add a comment in a CSS file?
/* comment */
// comment
# comment
What is the default display value of a
inline
block
inline-block
flex
Which HTML element is used to specify a footer for a document or section?
