
Ross Sheppard High School
Computer Programming 10
Student Learning Guide
Introduction to HTML Programming
| When you have finished this project, you will be able to: | |
| use Notepad to open, save, and edit text files | |
| describe the syntax of HTML scripting | |
| describe proper programming conventions for HTML | |
| view an HTML text file using a browser | |
|
describe the following terms:
|



NOTE: Substitute your name, class, period and correct date for the information displayed above.

<HEAD>This is Yourname's First Home Page</HEAD>

After the </HEAD> tag, type the new line tag:
<BR>
This starts the next line of text on a new line.
NOTE: It is very acceptable to combine the TITLE and HEAD tags as shown in this example: This is called "nested" commands




