Make a “Real” Web Page

October 13th, 2010

Let’s start!

We have had index.html file, FTP Client (FileZilla), yourwebname.co.cc, web hosting information, so we will make a “real” …
Read More…

CPanel

October 12th, 2010

CPanel is a fully featured web-based control panel that allows you to manage your domain through a web interface.

You …
Read More…

File Transfer Protocol

October 12th, 2010

File Transfer Protocol (FTP) is a standard network protocol used to copy a file from one host to another. …
Read More…

First HTML page

October 12th, 2010

Open Notepad++

Type the simple HTML page as below:

<html>

<body>

<h1>Here is the Heading</h1>

<p>Hello Everyone.</p>

</body>

</html>

Save as index.html

We need a “bus” or “train” …
Read More…

Break Time!

October 11th, 2010

Review:

A web site is a collection of web pages. For a web site to be available to everyone, …
Read More…