I dnt know hw to create a static web site in html........plz give me some suggetion and also give me some topics
msi_333
Question subject: Re: how to create a web site
Posted: Thu Aug 11, 2011 4:11 pm
Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
Well , first you will need to start reading some tutorials and see examples ,you will need to understand the usage of tags like :<html><body><title><head><a><div><h1><h2><h3><p><b><i><u>
just a create a new file with extension .html or htm and start testing
Code:
<html> <body> <b> First HTML page </b> </body> </html>
Following link is a well known online tutorial
Code:
http://www.w3schools.com/html/default.asp
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )