|
<html>
<head>
<title>hello world</title>
</head>
<body>
hello world
</body>
</html>
|
Fig.1 source code for a simple html page.
|
create hello.html page
To start, open note pad
Type Fig.1 code
save the file hello.html
view the file
You have now created the first html page...
Publish your html page online
upload the file to a server
in the address bar type:
http://your_domain_name/hello.html
you have now publish your first html page online...
|