HTML
Word Press
Bootstrap
CSS
100

What is the name of the coding language that makes up the base of all websites?

HTML

100

How do you log onto WordPress sites

add /wp-admin

100

How many columns are used in bootstrap?

12

100

How do you link you css stylesheet to your HTML

<link href="css/style.css" rel="stylesheet">

200

What is bigger <h1> or <h5>

<h1>

200

What is CMS stand for

content management system

200

how do you limit the width of your website in bootstrap

But it in a <div class="container">

200

How do you change the color of text?

color:....

300

What is this code missing
<p> Hello

A closing </p> tag
300

What do you call DIVI?

A theme

300

in the following line of code what makes the image responsive

<img src="image/lake.jpg" alt="lake" class="mx-auto d-block img-fluid">

"image-fluid"

300

How do you make changes that just effect Hello
<div class="title">
<p>Hello</p>
</div>
<p>Goodbye</p>

.title{

}

400

Where do you put Bootstrap, and google fonts in the HTML Code

in the <head>

400
Other then themes what else can be added to a WordPress website

A plugin

400

If you want a picture to fill the whole screen what do you need to do?

Keep it outside of the container

400

What is the easiest way to effect the color of Hello, and Goodbye

<div class="title">
<p>Hello</p>
</div>
<p>Goodbye</p>

attack the p 

500

What does HTML Stand for?

Hypertext Markup Language

500

Is WordPress easier then Coding?

yes

500

Why do we use Bootstrap?

To make our websites responsive

500

If you want to shrink a picture using CSS what CSS command would you use?

max-width