HTML / CSS Quiz with answers – Part 2

Practical questions to test your knowledge of HTML and CSS – Part 2

An HTML document can contain _____
Attributes
Tags
Plain text
All the answers are true

Correct!

Wrong!

A page designed in HTML is called _____
Application
Cover page
Front-end
Web page

Correct!

Wrong!

An HTML document is saved with the extension ____.
.htl
.hml
.html
.htnl

Correct!

Wrong!

The HTML document contains a root tag called ____
head
title
body
html

Correct!

Wrong!

If we want to place text around an image, which CSS property will we use?
push
float
align
wrap

Correct!

Wrong!

Suppose we want to organize three DIVs so that DIV 3 is placed on top of DIV1. Now, which CSS property are we going to use to control the stack order?
d-index
s-index
x-index
z-index

Correct!

Wrong!

Can we define the direction of the text via a CSS property ?
Yes
No

Correct!

Wrong!

Choose the correct HTML tag for a large title.
h1
heading
head
h6

Correct!

Wrong!

If we want to use a nice green dotted border around an image, which css property are we going to use ?
border-line
border-style
border-decoration
border-color

Correct!

Wrong!

Share the quiz to show your results !

Subscribe to see your results

HTML / CSS Quiz – Part 2

I got %%score%% of %%total%% right

%%description%%

%%description%%

Loading...

Leave a Reply

Your email address will not be published. Required fields are marked *