Difference between revisions of "How to make a website"
From Internet User Guide
(→Developer-hosted or user-installed) |
|||
Line 2: | Line 2: | ||
Making a website can be very simple, or it can be very complicated. Normally one should start with simple and work up to complicated, but most of us start with something overly complicated because we are unaware of all the possibilities. | Making a website can be very simple, or it can be very complicated. Normally one should start with simple and work up to complicated, but most of us start with something overly complicated because we are unaware of all the possibilities. | ||
− | ==Developer-hosted | + | ==Developer-hosted versus user-installed== |
− | The simplest way to make a website is to sign up for a free [[blog]] on a [[developer-hosted platform]]. The website software | + | The simplest way to make a website is to sign up for a free [[blog]] on a [[developer-hosted platform]]. The website software is operated by the developer for the benefit of the blog authors. It is very easy to create your own personal blog using a default format. These platforms do allow you to configure your blog to a personal format, but you will generally have to know [[HTML]] and [[CSS]] to do so. |
− | It is somewhat more difficult, but much more | + | It is somewhat more difficult, but much more rewarding, to learn to install your own websites. This requires using a [[web hosting service]]. |
(To be continued) | (To be continued) | ||
− | ==Static websites | + | ==Static websites versus dynamic websites== |
(To be written) | (To be written) | ||