What is the name of the coding language that makes up the base of all websites?
HTML
How do you log onto WordPress sites
add /wp-admin
How many columns are used in bootstrap?
12
How do you link you css stylesheet to your HTML
<link href="css/style.css" rel="stylesheet">
What is bigger <h1> or <h5>
<h1>
What is CMS stand for
content management system
how do you limit the width of your website in bootstrap
But it in a <div class="container">
How do you change the color of text?
color:....
What is this code missing
<p> Hello
What do you call DIVI?
A theme
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"
How do you make changes that just effect Hello
<div class="title">
<p>Hello</p>
</div>
<p>Goodbye</p>
.title{
}
Where do you put Bootstrap, and google fonts in the HTML Code
in the <head>
A plugin
If you want a picture to fill the whole screen what do you need to do?
Keep it outside of the container
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
What does HTML Stand for?
Hypertext Markup Language
Is WordPress easier then Coding?
yes
Why do we use Bootstrap?
To make our websites responsive
If you want to shrink a picture using CSS what CSS command would you use?
max-width