body
header
codes
HTML
debugging process
100

<p>, </p>

what is the code in order to have a paragraph

100

the biggest size for a header

what is "h1"

100

code for headers

what is h1-h6

100

HyperTech Markup Link

what is HTML

100

document the bug

what is the last step of the debugging process

200

what goes before the paragraph

what is a header

200

h1{

    color: white

}

what is the code to change the biggest header

200

code for paragraphs

what is <p>, </p>

200

the page that you link a css page to

what is an HTML page

200

there are       amount of steps in the debugging process

what is 4 steps

300

<br>

what is the code for seperating sentences

300

the code for the biggest header in css

what is h1{   }

300

code for bulletin points

what is <ul>

<li></li>

</ul>

300

html

what is the structure to a webpage

300

describe your problem

what is the first step of the debugging process

400

changing the colors involves        .

what is .css

400

<h1>, </h1>

what are the html tags for headers

400

code to change the color of a background

what is; body{ background-color: aliceblue}

400

HTML consists of this

what is series of elements

400

hunt for the bugs

what is the second step in the debugging process

500

what goes after the header

what is the body

500

The smallest size for a header

what is "h6"

500

<link rel="stylesheet" href="mystyle.css">

what is the code to link a css page to an html page

500

the basic scripting language

what is hypertech markup link (HTML)

500

try out small solutions

what is the third step in the debugging process

M
e
n
u