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
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 can you add space between the border and inner content of the element?
margin
padding
border
spacing
Next >
2/25
How do you inform the browser you are creating a styling section with an internal style sheet?
<style type="text/css"></style>
<style type="css"></style>
<class type="css"></class>
Next >
3/25
Which property do you need to change the background color?
bgcolor
color
background-color
colorbg
Next >
4/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 >
5/25
Which property do you need to change the text color of an element?
color
text-color
font-color
fontcolor
Next >
6/25
Which property controls the size of a text?
font-size
font-style
text-size
text-style
Next >
7/25
Which selector is used to specify a style for one unique element?
id
class
text
style
Next >
8/25
Which selector do you need to define a style for multiple elements?
id
class
style
text
Next >
9/25
How can you make a list not display bullets?
list-style-type: no-bullet
list-style-type: none
list: none
list-style-type: nobullet
Next >
10/25
What is the correct CSS syntax for changing the font name?
font
font-name
font-family
fontname
Next >
11/25
Which is the correct syntax to set all the <a> tags' font-size to 13px?
a{font-size:13px;}
a {size: 13px;}
a {font-size: 13}
a:font-size(13px);
Next >
12/25
How do you select an element with a specific class in CSS?
#classname
.classname
class=classname
*classname
Next >
13/25
What does CSS stand for?
Cascading Style Sheets
Computer Style Sheets
Colorful Style Sheets
Creative Styling Sheets
Next >
14/25
How do you make each word in a text start with a capital letter?
text-transform: capitalize;
text-style: capital;
text-transform: uppercase;
font-variant: small-caps;
Next >
15/25
How do you select elements with a specific attribute in CSS?
[attribute=value]
.attribute=value
#attribute=value
attribute=value
Next >
16/25
Which CSS property controls the visibility of an element?
display
visibility
opacity
look
Next >
17/25
What is the default value of the position property?
relative
fixed
static
absolute
Next >
18/25
Which CSS property is used to control the layout of columns?
column-rule
column-count
column-width
column-layout
Next >
19/25
Which property is used to change the left margin of an element?
indent
margin-left
padding-left
margin
Next >
20/25
How can you create rounded corners using CSS?
corner: rounded;
border-radius: 5px;
border-corner: round;
edge-round: 5px;
Next >
21/25
Which HTML tag is used for creating an ordered list?
<ul>
<ol>
<li>
<dl>
Next >
22/25
What is the purpose of the 'alt' attribute in HTML?
To provide an alternative text for an image
To change the appearance of text
To link to another document
To specify a secondary src for an image
Next >
23/25
How do you apply a CSS style for all <a> elements with a 'title' attribute?
a[title] { ... }
a > title { ... }
a.title { ... }
a = 'title' { ... }
Next >
24/25
Which HTML element is used to specify a footer for a document or section?
<bottom>
<footer>
<section>
<end>
Next >
25/25
In CSS, what property is used to set the space between words?
letter-spacing
text-spacing
word-spacing
spacing
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.