<p>, </p>
what is the code in order to have a paragraph
the biggest size for a header
what is "h1"
code for headers
what is h1-h6
HyperTech Markup Link
what is HTML
document the bug
what is the last step of the debugging process
what goes before the paragraph
what is a header
h1{
color: white
}
what is the code to change the biggest header
code for paragraphs
what is <p>, </p>
the page that you link a css page to
what is an HTML page
there are amount of steps in the debugging process
what is 4 steps
<br>
what is the code for seperating sentences
the code for the biggest header in css
what is h1{ }
code for bulletin points
what is <ul>
<li></li>
</ul>
html
what is the structure to a webpage
describe your problem
what is the first step of the debugging process
changing the colors involves .
what is .css
<h1>, </h1>
what are the html tags for headers
code to change the color of a background
what is; body{ background-color: aliceblue}
HTML consists of this
what is series of elements
hunt for the bugs
what is the second step in the debugging process
what goes after the header
what is the body
The smallest size for a header
what is "h6"
<link rel="stylesheet" href="mystyle.css">
what is the code to link a css page to an html page
the basic scripting language
what is hypertech markup link (HTML)
try out small solutions
what is the third step in the debugging process