Difference between revisions of "How to make a website"

From Internet User Guide
Jump to: navigation, search
(Static websites versus dynamic websites)
(Static websites versus dynamic websites)
Line 16: Line 16:
 
The simplest form of [[static website]] is just a collection of [[static web page]]s, written in [[HTML]], and stored in the [[file system]] of the [[web server]]. These static web pages generally contain [[hyperlinks]], by which they point to each other, and are tied together to make a "site." The webmaster needs few skills beyond a rudimentary knowledge of [[HTML]] for formatting the [[static web page]]s, and of [[FTP]] for installing the files on the [[web server]].
 
The simplest form of [[static website]] is just a collection of [[static web page]]s, written in [[HTML]], and stored in the [[file system]] of the [[web server]]. These static web pages generally contain [[hyperlinks]], by which they point to each other, and are tied together to make a "site." The webmaster needs few skills beyond a rudimentary knowledge of [[HTML]] for formatting the [[static web page]]s, and of [[FTP]] for installing the files on the [[web server]].
  
A [[dynamic website]]
+
A [[dynamic website]] is a highly complex system, made up of a hierarchy of files written in a mixture of [[HTML]], [[CSS]] and a [[scripting language]], and connected to a [[database]].
  
 
==Installing your website on a web hosting service==
 
==Installing your website on a web hosting service==

Revision as of 21:39, 19 May 2010