HTML

Home ] [ HTML ] DHTML ] XML ] Java Script. ] SSI ] ASP ] Contact Page ]

 

 

 

HTML or Hypertext Mark-up Language is a "Standard" form of text you can use when creating WebPages...

 

What Is HTML and what does HTML do?

The coding language used to create hypertext documents for use with the World Wide Web. HTML is basically a set up of "mark-up" codes or symbols inserted into a webpage template that allows the web browser to display words, images or animations for that user and other internet users.

Template?

This is an example of webpage template:

<html>

<head>
<title>New Page 1</title>
</head>

<body>

</body>

</html>

How did you create this site?

The site you see before you was created using "Microsoft FrontPage" this is a program that specially designed to make webpage creation as easy as using "Microsoft Word". Its drag and drop facility revolutionised how you create websites and also means the most novice of users can use this program because you do not have to worry about understanding all the coding involved.