CSS
HTML
Text Styles
Basic Coding Knowledge
Bonus Round!
100

How do you make content look nicer? 

What's the CSS used for? 

100

 <link rel="stylesheet" href="EDUCATION.css"> where does this go in the HTML? 

What is always the first thing in an HTML besides the head? 

100

Do you go to the CSS to change the text style? 

Where do you go to change the text style? 

100

Why does pink show up in your codes? 

What color do you see on your screen when a bug appears? 

100

Is it possible to change the color of <h> tags? 

Can you change the color of the <h> tags? 

200

What does Cascading Style Sheet stand for? 

What does the CSS stand for? 

200

Does Hypertext Markup Language stand for HTML?

What does HTML stand for? 

200

Why do you go to the CSS to change the color of your text? 

Where do you go to change the color of the text? 

200

What does the <li> tag do? 

How do you create bullets in coding? 

200

Why do bugs appear? 

What is a bug in your HTML? 

300

What makes the visual elements come to life? 

What can go in the CSS but not the HTML? 

300

Does the <h> tags have different variations of sizes? 

What makes the font sizes change in the HTML? 

300

Is Underline a example of text-decoration? 

What is an example of text-decoration? 

300

Is this how you change the font style? 

Font-style: (whatever style you want) 

How do you change the border style? 

300

What does the +Add CSS button do? 

How do you add a CSS to a web page? 

400

Is this how you add a border and size to an Image? 

img {

border-radius:50%;

border-style:double;

border-color:black;

border-width:thick;

text-align: center;

This is an example of what you could do

How do you size or add a border to an Image? 

400

What is the purpose of the <body> tag? 

What is the purpose of the <body> tag in the HTML? 

400

Why do you type the <center> tag in above what you want centered? 

How do you make something centered? 

400

Does The <div> tag helps create things in the HTML instead of the CSS? 

What does the <div> tag do? 

400

Is this how You add a footer?:

footer{float:right;

color:white;} 

And this in the HTML: 

 <hr>  <strong><footer>Ireland Mew</footer></strong> 

How do you add a footer tag and make it shift to the right? 

500

You type this in, this is an example: 

a:hover{

  color:white;

  background-color:gainsboro;

}

How do you make a hover element in the CSS? 

500

What does this <a href="https://www.example.com">Visit Example Website</a> do? 

What tag is used to create a link to another website? 

500

Is adding images of things you like doing or favorite colors an example of adding creativity into your page? 

What is an example of adding yourself into your own page? 

500

Do these jobs use coding? A software developer or Software Engineer

What Job mainly uses coding? 

500

Is the difference between HTML is for the way the page is setup and structured but the CSS is for giving the page it's actual creativeness? 

What's the difference between the HTML and the CSS? 

M
e
n
u