Wednesday, 24 April 2013

Major learning points of HTML.

1. HTML stands for HyperTextMarkupLanguage. It is the main language for creating web sites.

2. This is the basic skeleton of how u write out a HTML script.
<html>

<head>


</head>
<body>


</body>
</html>

3. There are many different types of codes and commands we can add in to change the way the words look and its layout. CSS allows you to make the text nicer and the website more decorated and colourful.

4. A HTML script created using notepad can be opened as a website. However, you must be using the computer in which you saved the notepad file into.

No comments:

Post a Comment