HTML
CSS
HTML
CSS
HTML
1000000

 HTML stands for __________

 HyperText Markup Language

1000000

What property can be used to center text?

text-align

1000000

Which HTML tag is used to insert an image?

<img src=”htmllogo.jpg” />

1000000

Which property can change the background color of an element?

background-color

1000000

Which tag is used to make a clickable link?

<a></a>

2000000

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

2000000

What is the main difference between class and ID?

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

2000000

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

<ul></ul>

2000000

What property can change the text color of an element?

color

2000000

Which is used to create a line break?

<br>

4000000

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

h1

4000000

What is margin?

The space that surrounds the whole element.

4000000

What file extension is used for HTML?

.html

4000000

Is % a relative or absolute unit?

relative

4000000

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

href

30000000

What is the correct syntax of doctype in HTML5?

<!doctype html>

30000000

What is padding?

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

30000000

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

<ol></ol>

30000000

What symbol represents an id?

#

30000000

Which tag makes a horizontal rule?

<hr>

500000000

How do we write comments in HTML?

<!--  -->

//

500000000

What does HSL stand for?

Hues, Saturation, Lightness.

500000000

Which tag makes text bold?

</b>

500000000

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

50%

500000000

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

_blank