HTML Lesson 1

Preview:

Citation preview

 Getting Started with HTML

Lesson 1

By: Hector Tejada

Objectives:

• You will learn the basics the basics of html

htmlRequirements:

• Notepad

First you will need to open up notepad you can do this by going to start->all programs->accessories->notepad

Step 1

Step 2

Once you have notepad open click on format and then on word warp. This will make it easier on you.

Step 3

Start typing in <html>.HTML stands for hyper text markup language. This is known as a tag <>. The html tag is essential. Then press enter Always press enter after you done with a line. It makes the coding neater and easier to find mistakes or areas you want to edit later.

Step 4

Once you have done that type in the head tag. The head tag is <head>.

Step 5

Next step is to type <title> “the name of your page"</title>. That is the title tag.The forward-slash is important because it states the end of the tag

Step 6

Alright next you type </head>. It is important to make sure you put this after the title tag

Step 7

Next is the body tag. This is the body tag <body>. The body tag is where you type in the things you want on your website.

Step 8

If you want to make paragraphs. You will need to use the <p> tag.

Step 9

After you have everything you want in the body you will need to use the end tag. The end consist of the regular tag with a slash. For example </body>

Step 10

This is an important step. After you are done with the body you will need to end the html. To do this you will need to use the </html> tag.

Step 9

After you have everything you want in the body you will need to use the end tag. The end consist of the regular tag with a slash. For example </body>

Conclusion

You should be able to:

• Make a title• Make a body• Make paragraphs• Use tags properly• Know the difference between a end tag

and a regular tag

Assessment

Now its time for a review. I want you to create a basic website using what you have learn.

Requirements: Must be a fully functions website Must have paragraphs

Recommended