Wednesday, 1 July 2015

HTML Home Tutorial

If you want to learn any of the language like- PHP, JAVA, ASP.Net etc. you would surely go through  the HTML. In simple word we can say, that HTML is the core or basic of every language.
With the help of  HTML you can create your own Web site. This tutorial teaches you everything about HTML. After reading our tutorial you would surely understand that HTML is easy and simple to learn  and you really enjoy it.

Basic format of HTML is shown in example given below:

<!DOCTYPE html>
<html><head>
<title> title of the page….</title>
</head><body>
<h2>This is a  Heading</h2>
<p>This is a  paragraph.</p>
</body></html>

Start Tutorial

HTML Example:

You can see in every tutorial there is examples, in our tutorial site there are more than 100 examples which help you while leaning the HTML.

HTML Reference:

In our tutorial you will find complete and well explained html tags, attributes, standard attributes and lot more…

No comments:

Post a Comment