Labels

Thursday, April 18, 2013

Major Learning Points About HTML!

1. HTML means HyperText MarkUp. It is the main language for creating web sites.

2. It starts like this:
<html>
<body>

<head>
<title>


</title>
</head></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.

4. If we only used codes to create a web site, it would be very empty. That's why there is CSS which is a program that enables us to add in colors etc. to make the web site look better and more attractive.


5. A web site created using note pad can only be opened if the HTML file is saved on the desktop or thumb drive.



6. http://www.w3schools.com/html/html_intro.asp

VersionYear
HTML1991
HTML+1993
HTML 2.01995
HTML 3.21997
HTML 4.011999
XHTML 1.02000
HTML52012
XHTML52013

No comments:

Post a Comment