 |
 |
|
 |
Creating a website: Creating a webpage
|
|
Creating a webpage
A website is built out of webpages. There is only one thing that is absolutely necessary to make a webpage:
HTML.
There are other technologies that can be used to make a webpage look nicer
or easier to manage on a large scale basis, but a webpage can be built
solely with knowledge of HTML, without knowing anything else.
The following is what you need to be able to create a webpage:
Some other things that might be useful when creating a webpage are:
- CSS (Cascading Style Sheets)
- JavaScript
This information is officially documented at: