what codes are used?
<head>, <style>
What is bug?
An error in the computer.
What is HTML
Hyper Text markup Language
What code is used for it?
<img src="speed.gif" alt="Image description" />
What is the smallest header?
H6
What does back ground color do?
It chnages the color of the background.
What does a bug look like?
pink Wording
what do you type it in code?
<html></html>
What is the width?
Change how wide the image is.
What code is found at the end?
</p> (less than backslash p greater)
what is css?
Cascading Style sheet
Why does the code turn pink sometimes?
When it finds a mistake.
what is the <p> tag?
To have Paragraphs
what is height?
to chnage the height of an image.
How do you end a header?
</h1>
What is font size?
To chnage the size of words.
what is debugging?
The process of finding a bug.
What is the <h1> tag?
The title.
how do you link images?
<a>
Whats the biggest header?
<h1> tag
What is stylesheet?
Controls the webpage.
Whats the most common bug?
Misspelling
What the the HTML elements?
opening tab, and content.
What is the code to put a image in CSS?
.My image
What code is found at the beggining?
<p> (less than p greater than)