Monday, 13 January 2014

First lesson

Html lesson 1.

For learning html just open up notepad, get any latest browser and fire away with these tutorials.....

the most basic things are tags... the <xyz> are called tags... without doing too much theoretically i will demonstrate it practically....
Open the notepad and type the following...

<html> (it is opening tag)
<head>
<title> My first Html document</title> (any title you want)
</head> (</xyz>ends the tag)
<body> (all the visible things go here....)
<p> <b> This is my first html text</b></p>
</body>
</html>
save the document at your preferred location as anyfilename.html and then open it with your browser and BOOM!... you will find written " This is my first html text ".. 

Congrats you have successfully made your first HTML page... stay tuned for more lessons :)

Thursday, 12 September 2013

Comment Box For your website!!

Want a comment box for your website?? Here you get a one for free !!

_________________________________________________________________________________
<
!-- begin htmlcommentbox.com -->
 <div id="HCB_comment_box"><a href="http://www.htmlcommentbox.com">Comment Form</a> is loading comments...</div>
 <link rel="stylesheet" type="text/css" href="//www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0" />
 <script type="text/javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){var s=document.createElement("script"), l=(""+window.location || hcb_user.PAGE), h="//www.htmlcommentbox.com";s.setAttribute("type","text/javascript");s.setAttribute("src", h+"/jread?page="+encodeURIComponent(l).replace("+","%2B")+"&opts=16862&num=10");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*-->*/ </script>
<a href="http://learningthehtml.blogspot.com/"> Visit here</a>
<!-- end htmlcommentbox.com -->

_________________________________________________________________________________

Wednesday, 5 September 2012

Hey sorry Friends.... This means That you do want to learn those.... so here they are..

Learn to Create Websites

At w3schools.com you will learn how to make a website. We offer free tutorials in most of the web development technologies.Select a tutorial from the menu to the left.