
Friend of mine asked me, how to create a website. For some this question would sound really childish, but for majority I believe it's a mystery how to make a website? Working with CSS, not even speaking of PHP.
Many enthusiasts end using some WordPress CMS, and applies it's variety of themes and plugins. Many end with nothing
I remember what was the start for me - I wanted to create a website, but didn't know how. It was around 2002. WordPress was not in town yet. It took me like one year, when I discovered Microsoft FrontPage, I even bought a book - Microsoft FrontPage for Dummies, or similar. That book was a relief for me, I learned basic HTML, get to know what is ftp. And then I get an other problem - hosting. The ways I tried to figure how to upload my precious FrontPage generated content to public_html folder on some cheap hosting.
After all I finished, that no hosting was good for me, and started to learn Linux, and configured my own box, running Apache, using Bind - putted it under my moms desktop, and told her, not to shut down it :)
Many years have gonna, since then, but the question seems stay: How to create a webpage?
In brief:
- Learn HTML
- Learn CSS
- Find a reliable hosting
- Be ready to master new things slowly
<html><head><title>My superb webpage</title><body><h1>Hello World!</h1>Lorem ipsum</body><html>