Setting up a website
To setup a website first we want to create a folder named with your site name.
Example: mysite, abcsite, “yourcompanyname”site.
Here we create a folder named mysite .
To create a folder in windows you can right click on desktop or any window and go to new-->New Folder and rename it as mysite or whatever you like.
Creating your first HTML document
<HTML>
<HEAD>
<TITLE>Title of your website</TITLE>
</HEAD>
<BODY>content goes here</BODY>
</HTML>
</HTML>
No comments:
Post a Comment