Make a “Real” Web Page
October 13th, 2010Let’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…
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 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 (FTP) is a standard network protocol used to copy a file from one host to another. …
Read More…
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…
Review:
A web site is a collection of web pages. For a web site to be available to everyone, …
Read More…