|
Type the following lines of codes into a
text editor preferably a Notepad
<html>
<head>
<title>My first html page</title>
</head>
<body>
<p>My first html page</p>
</body>
</html>
Save the file with the name first.html
, be sure to save it in a directory where you can easily retrieve
it. browse to the directory where you save the file and open it. the
output should look like this click here to view.
That's it, you have succeeded in creating a
simple html page. it may not be what you rely expected but its a
good starting point. |