Books
Learn HTML
Learn CSS
Learn Git
Learn Javascript
Learn PHP
Learn python
Learn Java
Exercises
HTML
JavaScript
Git
CSS
PHP
Courses
Quizzes
Snippets
Tools
General Tools
Password Generator
HTML Editor
HTML Encoder
Base 64
Code Diff
JSON Beautifier
CSS Beautifier
Markdown Convertor
Find the Closest Tailwind CSS Color
Phrase encrypt / decrypt
Browser Feature Detection
Number convertor
JTW Decoder
CSS Maker
CSS Maker
CSS Maker text shadow
CSS Maker Text Rotation
CSS Maker Out Line
CSS Maker RGB Shadow
CSS Maker Transform
CSS Maker Font Face
Color Tools
Color Picker
Colors CMYK
Colors HWB
Colors HSL
Color Hex
Color mixer
Color Converter
Colors RGB
Color Contrast Analyzer
Color Gradient
String Tools
String Length Calculator
MD5 Hash Generator
Sha256 Hash Generator
String Reverse
URL Encoder
URL Decoder
Base 64 Encoder
Base 64 Decoder
Extra Spaces Remover
String to Lowercase
String to Uppercase
Word Count Calculator
Empty Lines Remover
HTML Tags Remover
Binary to Hex
Hex to Binary
Rot13 Transform on a String
String to Binary
Duplicate Lines Remover
Change theme
Dark
Light
System
Books
Learn HTML
Learn CSS
Learn Git
Learn Javascript
Learn PHP
Learn python
Learn Java
How To
How To NodeJs
How To Linux
How To AngularJs
How To PHP
How To HTML
How To CSS
How To Symfony
How To Git
How To Apache
How To JavaScript
How To Java
How To Vue.js
How To Python
CSS Basics
1/25
How to set a style for a certain HTML element with an id of "special"?
#special{ }
.special{ }
id.special{ }
element.id.special{ }
Next >
2/25
How to remove the underline from hyperlinks using CSS?
a {underline:none}
a {decoration:no underline}
a {text-decoration:no underline}
a {text-decoration:none}
Next >
3/25
How can you add an external style sheet in HTML?
<link rel="stylesheet" type="text/css" href="mystyle.css">
<style src="mystyle.css" />
<stylesheet>mystyle.css</stylesheet >
Next >
4/25
Which property do you need to change the background color?
bgcolor
color
background-color
colorbg
Next >
5/25
What property is used to change the size of an HTML element's border?
border-size:3px;
border:width:3px;
border-width:3px;
Next >
6/25
Which property is used to define the space between words?
space
word-spacing
word-space
Next >
7/25
What is the correct CSS syntax for changing the font name?
font
font-name
font-family
fontname
Next >
8/25
Which property helps to control the text size?
text-height
font-size
text-style
text-size
Next >
9/25
How can you create a list displaying its items with squares?
type: square
list-style-type: square
style-list: square
list-type: square
Next >
10/25
What does the 'z-index' property in CSS control?
Opacity level of an element
Stacking order of elements
Zoom level of an element
Horizontal alignment of an element
Next >
11/25
Which property is used to set the background color of an element?
bgcolor
color
background-color
back-color
Next >
12/25
What does CSS stand for?
Cascading Style Sheets
Computer Style Sheets
Colorful Style Sheets
Creative Styling Sheets
Next >
13/25
Which property is used to set the spacing between lines of text?
line-spacing
line-height
letter-spacing
text-spacing
Next >
14/25
How can you create a transition effect with CSS?
transition: property duration;
animate: property duration;
effect: transition(duration);
change: property duration;
Next >
15/25
Which selector is used to specify a group of elements in CSS?
Id selector
Class selector
Tag selector
Group selector
Next >
16/25
How do you display hyperlinks without an underline?
text-decoration: no-underline;
text-decoration: none;
text-style: none;
underline: none;
Next >
17/25
Which CSS property controls the visibility of an element?
display
visibility
opacity
look
Next >
18/25
How can you make a border rounded in CSS?
border-radius: value;
border-curve: value;
border-round: value;
round-border: value;
Next >
19/25
What does 'font-weight' control in CSS?
The size of the font
The spacing between characters
The boldness of the font
The height of the font
Next >
20/25
In CSS, what does 'vh' unit stand for?
Viewport height
Vertical height
Viewport width
Virtual height
Next >
21/25
Which CSS property is used to change text color?
font-color
text-color
color
background-color
Next >
22/25
Which CSS property is used to specify the spacing between characters?
spacing
letter-spacing
character-spacing
text-spacing
Next >
23/25
What does the CSS 'overflow' property do?
Specifies what happens if content overflows an element's box
Controls the scroll behavior of an element
Sets the direction of text overflow
Manages the overflow of colors in an element
Next >
24/25
In CSS, what is the difference between the ':hover' and ':active' pseudo-classes?
':hover' applies when mousing over, ':active' when the element is clicked
':hover' changes text color, ':active' changes background color
':hover' is for links only, ':active' for buttons
No difference, they are interchangeable
Next >
25/25
In CSS, which property is used to set the transparency of an element?
transparency
opacity
alpha
filter
Next >
To get the result of the quiz, please provide your email address (optional)..
Get Certificate
It seems you haven't answered any questions yet. Please provide your answers to proceed.