Name: Date: What do you think each of the following means?

advertisement
Name:
Date:
What do you think each of the following means?
<html>
__Tells the browser this is the start of an html
page__
<head>
___Header information for the web
page_________
<title>Georgia CTSA Chapter</title>
_________________________________________
</head>
_________________________________________
<body>
_________________________________________
<h1>Welcome to the Georgia CSTA Chapter</h1>
_________________________________________
<img src="logo.jpg">
_________________________________________
<p>Join us for meetings every other month. We get
_________________________________________
together to share ideas on how to teach computer
science.
</p>
_________________________________________
<h2>Directions</h2>
_________________________________________
<p>We usually meet at Georgia Tech
_________________________________________
</p>
_________________________________________
</body>
_________________________________________
</html>
_________________________________________
Download