Pages

Monday, August 24, 2009

Once again how to make an HTML page - The First Jump

Go to Notepad >> Copy and paste the code below

<html>
<head>
<title>You The blue title of the window here I am.</title>
</head>
<body>
What you write Comes Here.
</body>
</html>

and save the file as copy the name also:  AnyName.html 


After saving see where the file you have saved, it will turn into a Internet Explorer Or FireFox Icon or whatever browser you use. It will turn into your browser icon open it and this is the simplest form of html you can make.


Other than go to any website and press Ctrl+U [keyboard keys control plus letter U] and you'll see the code. 


The above code is your first step so don't get bothered by the code you see.

No comments:

Post a Comment