Objectives
What is the WWW?
Where Are Pages Stored?
Hyperlinks
What is HTML?
HTML Tags
Who Can Publish on the Web?
Elements of a Web Page
Building a Web Page
Viewing HTML Source
The Basics
<HTML>
<HEAD>
<TITLE>Title of your page</TITLE>
</HEAD>
<BODY>
this is where all the page content goes…
</BODY>
</HTML>
Web Page Organization
Linking
How To...
<HTML>
<HEAD>
<TITLE>Title of your page</TITLE>
</HEAD>
<BODY>
this is where all the page content goes…
</BODY>
</HTML>
(<HR> is a one-time use tag. It does not need to be ended with ‘/’)
<BODY BGCOLOR="insertcolorcodehere">
For Example:
<BODY BACKGROUND="insertimagenamehere">
For Example:
Additional Resources