Click Here
Home Blog Gallery Links Tutorials Projects
Back to the list

Html Tutorial Page 1


Introduction

Every HTML page is created using tags. Every tag starts with symbol <, ends with symbol >. Some tags have end so ending is created inserting / after <. Shortly: <[TAG NAME] [PARAMS]> [content] </[TAG NAME]>

Example Document

<html>
<head>
<title>Test</title>
</head>
<body>
Hello World
</body>
</html>

This example page has a title Test and it prints only Hello World.


[Prev Page] [First Page] [Next Page]

Name:
Password:

Enter Captcha (Case Sensitive):
Captcha


Register
English
Lietuviškai

Unique visit count:
39 visits on page.
750 visits on site.
Detailed Statistics
Misceleanous Content