tips

Intro:  What is a webpage


How do I actually create a webpage using coding?
To put pages on your webspace, you first have to create those pages on your own computer. With notepad or e.g. Editpad-lite you make a page (for example with the text: Hello, this is my site) and you call it hello.html.
you can fancify this page with html codes and provide links and other website attributes such as color.html.

If you transport this file with a ftp-program (e.g. filezilla) to a website server it can be viewed by anyone via a browser.

To create an html page that is displayed correctly by all browsers, a number of codes must be added. See the index-example file (the codes as a text file) with links to some files in your folders and explanation of the necessary codes. In html you can include comments that are not shown as follows:
<!-- this allows you to add comments that don't affect your web page -->
For some commonly used html codes see on the bottom of create a startpage

Important
Servers of webspace providers are case-dependent, unlike your own PC. This applies to both folder names and files. So get used to naming folders, images and files as well as the links to them all in small letters. Also the extensions !