Friday, January 29, 2010

My third IS lesson!

This was my third IS lesson. I am really happy in this lesson because finnally, we are learning to create a website!!

But before learning into creating websites, our teacher taught us how to create html files first. Actually, creating a website does not require an expensive software or very high skill and information of computer. It just requires a good memory and a simple software that can be found in your computer--Notepad. (Start-Programs-Accesories-Notepad)

What's the use of notepad? Isn't it just used for collecting notes???? Well, that's what the program's called? Well, yes it is for collecting notes, but also for creating HTML files. Actually in every website, it is more commonly designed by using notepad to create a HTML file and upload it to the net. In some websites, you right click, then click View Source. There are a lot of words and codes like html, head, body etc. inverted by <>. But all the words you see is actually equal to what you see in the website. For instance, If you want to display I am XXX in your website, then you need to type pc inverted in <> , then "I am XXX", and the other end is /p inverted in <>. P is paragraph. But this is not enough, as you need to type in other inverted words, the first is html, then the title, head, body, and every inverted word with the ending added a / in front of the word.

To test our ability in html codes, the eacher set us one an assignment to create a website, not on the web but on a hard disk. By the way, website on a disk is different than on the web. The websites on the disk is not on the web for publicity viewing, as it is stored in your disk, not on the web. If you open the website or if it is on your hard disk(that should be mentioned as html. document), you would see that the http:// is viewed as C\Documents and Settings\ or whichever place you stored at your harddisk. Well, in how to post the html document on the web, our teacher will teach us next week. I think it has to be related with webserver and URL encode.

I look forward on next week's lesson. I hope that I could learn how to create a website as quick as I can. I also hope that I could receive the information on creating websites, or all I knew would be useless.

No comments:

Post a Comment