Saturday, July 13, 2013

Create your first HTML site!!! Part-1

Hey folks! Lets just start  our very own site using HTML.Don't worry !! Its easy & simple .just follow the step
Step1: Open notepad & start typing below code

<html>
<head>
<title>my first site</title>
</head>
<body>
<h1>MY SITE</h1>
<p>Hurray! I can create my own site .its very easy ,i thought it will be hard.</p>
</body>
</html>

step2:now go to "File" & click "Save as" then save the file as"test.html" file type will be "all type".(remember save the file on dekstop).
step3: now open the "open with" any browser you want like mozilla,explorer etc.



No comments:

Post a Comment