How to make a free website with a domain+Host

Faulkner

Member
Apr 5, 2009
285
0
0
34
Moscow, Russia
You can get a free domain name
You can get a free host
You can also get a free FTP Manager for transfer your files to server

Free Domain Names

  1. www.co.cc
  2. www.freedomain.co.nr
Free host with Vista Control Panel(vcp)(Not Windows Vista)(all are 1000MB <)
  1. http://www.free-webhosts.com/webhosting-01.php (no vcp)
  2. http://000space.com/
  3. http://www.hostultra.com/freehosting.html
  4. http://byethost.com/
then HTML /PHP/ MySQL for Web Designing
HTML needs for Web page designing so you have to know at least basic HTML
PHP and MYSQL don't want for basic web designing

  • First make a free host
  • then a domain name
  • after that add that made domain with host account
  • then make your web pages one by one by HTML or(XHTML)
  • then upload them by using FTP manager(windows have also a FTP manager My Computer->My Network Place) or their Web based upload manager
  • then link them together by using web based HTML editor (each file should have an unique name)
  • (don't forget to add DTD codes with HTML(XHTML))
  • then that's all if you want to make a complex website then you should learn first SQL and PHP (there is no ASP with some free hosts providers so PHP is best)
  • if you have any trouble then ask me.!
<html>
<body>
</body>
</html>

<img> - Image adding
<table> -table addings

just type this codes on text pad and save it as file.html or file.htm and then reopen it by your browser

<html>
<body>
<table border="1" cellpadding="2">
<tr>
<th>Name</th>
<th>Address</th>
<th>Telephone Number</th>
</tr>
<tr>
<td>Faulkner</td>
<td>Colombo</td>
<td>0000000000</td>
</tr>
</table>
</body>
</html>

so now you see it's very easy to learn HTML.! :rolleyes::rolleyes: