Misc.
Tags
Style
100

What is the difference between an opening and closing tag? 

Opening tags don't have the / inside the tag! 


Ex: <h1> </h1>

100

What does the title tag affect? 


100

It's your lucky day! you hit the jackpot.

200

What element is useful for "breaking" or creating a new line for text. 


200

What is the tag that represents a paragraph?


200

What does the style tag look like? 

<style>

</style>

300

What does CSS stand for? 

Cascading Style Sheets!

300

What is the tag that is used to link in a website?

<a> a.k.a. the anchor tag!

300

How would you change the color of your text with style?

<p style="color: red;">


</p>

400

What does HTML stand for? 

Hypertext Markup Language!

400

How many variations of the heading tag are there? 

6! 

h1 to h6

400

How do you change the background of the screen using style?

<body style="background-color: blue;"> 


</body>

M
e
n
u