Sunday, March 24, 2013

Make a webpage in notepad

Make your own webpage in notepad.

Well it is note a trick but done by html tags. You only want to to do is change the texts from some place.

1. Open notepad
2. Write this html code:

<html>
<head>
<title>This is the title</title>
</head>
<body bgcolor="white" text="black">
<h1>Hey, this is the heading</h1>
<p>This is the paragraph</p>
</body>
</html>

3. save it as anything.html and you are done. make some more by your own.

Goodbye and please wait for my next blog.

No comments:

Post a Comment