1. What does URL stand for?
-Uniform Resource locator.
2. what does html stand for?
-Hyper Text Markup Language.
3. What goes after head in the html?
-The style tag.
4. What does the image tag look like?
-<img src="">
5. How does the linking tag look like?
-<a href="">linking tag</a>
6. What does css stand for?
-Cascading stlye sheets.
7. What is a web browser?
-A program used to view html documents.
8. Whats an example of a web browser?
-The internet.
9. Whats bigger h1 or h4?
-h1.
10. Whats a tag that doesnt have an end tag?
-br or an image tag.
1. Please write the html for the table below
City
MLB Team
NBA Team
Detroit
Tigers
Pistons
LA
Angels and Dodgers
Lakers and Clippers
Chicago
Cubs and White Socks
Bulls
2. Please explain how a div tag works. Why would you use a div tag? How do you write it in CSS and html?
It makes your page float. div= # example html=
3. If I have three things surrounded by p tags and I want them to all look different, what do I write in CSS and HTML?
p.green {color:green; <p class="green" align="center">soccer</p>
}
p.red {color:red;
4. When I open up Internet Explorer to view a web page how can I see what the pages HTML looks like?
file, open, browse, open
5. What does the float tag do?
It makes your image float then other images do.
6. How do I make something scroll across the page?
marquee tag
7. How do I change the size of something in css?
font-size: 400%;
8. What is the number letter combonation used to define color called?
9. What does CSS stand for? HTML?
Cascading style sheets. Hyoer text mark up language.
10. Create a numbered list below of your top five favorite foods.
<ol>
<li>Cheese burgars</li>
<li>pizza</li>
<li>steak</li>
<li>Salad</li>
<li>Lunch meat</li>
1. What does URL stand for?
-Uniform Resource locator.
2. what does html stand for?
-Hyper Text Markup Language.
3. What goes after head in the html?
-The style tag.
4. What does the image tag look like?
-<img src="">
5. How does the linking tag look like?
-<a href="">linking tag</a>
6. What does css stand for?
-Cascading stlye sheets.
7. What is a web browser?
-A program used to view html documents.
8. Whats an example of a web browser?
-The internet.
9. Whats bigger h1 or h4?
-h1.
10. Whats a tag that doesnt have an end tag?
-br or an image tag.
1. Please write the html for the table below
It makes your page float. div= # example html=
3. If I have three things surrounded by p tags and I want them to all look different, what do I write in CSS and HTML?
p.green {color:green; <p class="green" align="center">soccer</p>
}
p.red {color:red;
4. When I open up Internet Explorer to view a web page how can I see what the pages HTML looks like?
file, open, browse, open
5. What does the float tag do?
It makes your image float then other images do.
6. How do I make something scroll across the page?
marquee tag
7. How do I change the size of something in css?
font-size: 400%;
8. What is the number letter combonation used to define color called?
9. What does CSS stand for? HTML?
Cascading style sheets. Hyoer text mark up language.
10. Create a numbered list below of your top five favorite foods.
<ol>
<li>Cheese burgars</li>
<li>pizza</li>
<li>steak</li>
<li>Salad</li>
<li>Lunch meat</li>