Hello

Welcome

Saturday, January 30, 2010

My Third IS lesson: HTML

This time, within the lesson i learned about HTML, about what it is, what it stands for and how to use it to create a website.
Basically, HTML stands for Hyper Text Markup Language and it is like a type of language used to create a website. To create a website, you must first start with < html > to show that what you are writing next is in Hyper Text Markup Language. Every beginning has an end so to end the starting of < html > you need to end it with < /html >.Next will be the head which is something like this < head > and you end with this < /head >. Normally, we always have a < title > to be in the head and to end it, you use < /title >. The last thing would be the < body > and to end it it would be < /body >. So, the whole thing basically look like this
< html >
< head >< title >This is a title< /title >
< /head >
< body >
Hello!
< /body >
< /html >
There are also html tags like < h1 >...< /h1 > which stands for heading 1 and < p >...< /p > which stands for paragraph. There are also html tags with no ending such as < br > which stands for breakline and < hl > which stands for horizontal line. Last but not least, you need to do all that in notebook and save it as anything.html, example thisismywebsite.html.(not that the thisismywebsite does not have any spacing and is all in small letter. Also note that within the <> there is no spacing)Thank you for reading my blog post.

No comments:

Post a Comment