HTML Tutorial

You Can Create your own website with HTML

This teaches you each and everything about HTML

Best of Luck

What is a Web Page?

A web is a page with hypertext links that cross-reference text in the Internet .A web page is also know as HTML pages because it is coded in HTML language. Today web pages(HTML pages ) are the standard interface of the internet.

Power of HTML

Earlier HTML pages could only hold text.However, since the boom of Internet people have added more and more capabilities to this langauge.
It can now have images,animations,multimedia contents and even interactive application.

What is HTML ?

Most HTML tags have two parts the strarting tag that indicates the start of text or formatting and the closing tag that indicates the end of text of formatting .
The closing tag is the same as the starting tag,the only differneces is that it begins with a / just after the < sign

Creating and editing web pages
Since a web page is a text file it can be created or edited in any text editor. However, there is application specially made for designing web pages. These applications are known as HTML editors.
Use any editor of your choice to create web pages.

A HTML page

HTML Examples

<html>

<head>

<title>Html Tutorial</title>

<head>

<body>

<h1>First Heading</h1>

<h2>Second Heading</h2>

<p>Paraghath</p>

</body>

</html>

Home | Aboutus