HTML
CSS
HTML
CSS
HTML
100

 HTML stands for __________

 HyperText Markup Language

100

What property can be used to center text?

text-align

100

Which HTML tag is used to insert an image?

<img src=”htmllogo.jpg” />

100

Which property can change the background color of an element?

background-color

100

Which tag is used to make a clickable link?

<a></a>

200

Which tag is used for inserting the largest heading in HTML?

h1

200

What is margin?

The space that surrounds the whole element.

200

What file extension is used for HTML?

.html

200

Is % a relative or absolute unit?

relative

200

What attribute goes in an anchor tag to link it to the destination path. 

href

300

What is HTML?

HTML is the standard markup language mainly used to create web pages

HTML describes the structure of a webpage

HTML consists of a set of elements that helps the browser how to view the content

300

What is the main difference between class and ID?

Ids can only be used once classes can be used multiple times.

300

Which of the following HTML tags is used to create an unordered list?

<ul></ul>

300

What property can change the text color of an element?

color

300

Which is used to create a line break?

<br>

400

What is the correct syntax of doctype in HTML5?

<!doctype html>

400

What is padding?

The space between the content and the border of an element.

400

 Which tag is used to create a numbered list in HTML?

<ol></ol>

400

What symbol represents an id?

#

400

Which tag makes a horizontal rule?

<hr>

500

How do we write comments in HTML?

<!--  -->

//

500

What does HSL stand for?

Hues, Saturation, Lightness.

500

Which tag makes text bold?

</b>

500

What value is used to make a circle using border-radius? 

50%

500

 In HTML, which attribute value creates a link that opens in a new window tab?

_blank

M
e
n
u