Saturday, April 17, 2010

Lesson 3 : HTML Coding

Hi,

This was my third lesson at my classroom (due to NE quiz) again. The main point of this lesson was the good and bad news. The good news was the assignment given was pair work while the bad news was there was going to be and Infocomm Studies test in Week 6. After this assignment, it seriously justified the learning points in the earlier lesson, when I commented on the topic “Blog or Website?” and sure, a website was much more difficult to maintain.

The main objectives of this lesson were to understand and use HTML successfully. Besides, it was to build upon our web knowledge and greater appreciation of HTML usage and also to encourage collaborative learning with students working in a pair.
Basically, to create a website, just add “.htm” or “.html” when saving a document.
Firstly, the main structure of HTML coding is actually:








The tag is used for the title while the is used for content of the website.

Next, there are also some other common HTML tags such as:

1.)

is to create a paragraph.
2.)
is to create line break.
3.)

is to create header 1 text.
( More Information : There can be up to h6 )
4.) is to bold.
5.) is to underline.
6.) is to emphasize.
7.)
is to create a horizontal line.

Lastly, there are three more much more complicated tags to be used in HTML:

1.) is to add a image. ( Much more complicated )
2.)

Cheers,
Kervin

No comments:

Post a Comment