The Internet

Homework

Web Pages -

Where on the web is.... Understanding a Web Address

What is a Web Page - really?

Basic Web Pages

<html> Web pages begin with the HTML Tag
<head> There are 2 sections to a web page. the Head and the body.
<title>
</title>
</head>
<body> The body is where the visible part of the web page is located.
</body>
</html> The last tag on the page is the html end tag.
Tags come in pairs <tag> </tag> the forward slash within the tag makes it the end tag.
   

Unlike a Word document, images are not part of the web page. Tags tell the browser where the image file can be found so the browser can display the image.

If you send someone a web page that displays pictures and the pictures are on your floppy disk, will they display?

When you create a web site, it is a good idea to create a separate folder to store your images.

Here is an image tag:
<img src="images/header1jpg">
   
Links are created with tags that tell the browser what page to display if text or a graphic is chosen.
Here are the link tags:
<a href="filename.html">Text to display </a>
   
Web Page Color Chart web page colors are implemented using hexidecimal notation with color tags The pink background below is #FFDFFF
   

Tags come in pairs <tag> </tag> the forward slash within the tag makes it the end tag.

Text is aligned on the page by using tables.

this is some text  
  here's the second column

 

this is some text  
Here's the same table with the borders removed here's the second column

 

<table> Beginning Table tag
<tr> Beginning Table Row tag
<td> Beginning Table Data tag
</td> End Table Data tag
</tr> End Table Row tag
</table> End Table tag

Saving Files and Information from the Internet

There are different ways to save information from the Internet. You can save the file or copy and paste information.

Saving spreadsheet information - Go to http://uwf.edu/ir/factbk/avgage.htm select the information ->Edit -> Copy Open Excel -> Edit -> Paste

Saving an image - Point to the image, right-click, Save picture as....

The 2 most common image file formats for the web are gif and jpg.

Types of Internet Resources

Listserv Tile

Web Logs in Education

FAQs

Newgroups

Electronic Field Trips

Microsoft for Educators

Professional Development for Teachers

Learnweb
TCRecord
NCREL
GSDL
Diversity Kit
MarcoPolo
FINE

Online Community of Educators

Tapped In
Teacher to Teacher
WWWedu Listserv

After you join a Listserv, read messages for a while before you join in the conversation. this is called lurking and is considered being polite.

DesignWorlds for Learning
 

Educational Software

Interesting and Useful Software for Science

Class Websites for teachers

Filamentality
Teachers.Net Homepage Maker
YourHomework.com

 
Math Curriculum Interactive Concept Map

Learning Objects, WebQuests & Concept Mapping

Homework

Step 1 - Visit the links under "Profession Development for Teachers" (Required)

Step 2 - Include in your journal this week - Which of the Professional Development Links do you think will be most valuable to you in the future? Why?

Extra Credit -

Step 1 - Visit the links under "Online Community of Educators"

Step 2 - Subscribe to one of the listservs and just lurk (do not post) be prepared to Name the listserv and describe the conversation you read on the listserv during class.