Free Hosting

Introduction  To HTML

With Html We Can Create Our Site ,
In this tutorial we will learn every thing about html And after reading all tutorial of this Blog you will able to create your own website with html 


We will divide our tutorial in basic HTML And advance HTML


Html Basically written in given format 



<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph.</p>

</body>
</html>



0 comments:

Post a Comment

 
Top