Building a website - Where to start

I'd like to do the two together ideally. As in learn as I build my own. Would be good if I could find an easy to follow 'project' where the end result is my website.

Looking to build a simple website with product reviews and link to a well known retailers associate programme through the inclusion of their tags
 
Have been mucking about with some code and I ahve a html file. When I upload it to tso host and access my webpage it says

index of/ and a file list

How do I upload the html file so that navigating to the address opens the webpage?
 
It's entirely up to you as to how you learn.

Why don't you learn html/css by creating your own theme and then putting it into wordpress and setting everything up.

name it index.html and make sure it's in your public_html folder.
 
Decided to start from scratch. Seem to be learning basic elemenst quite quickly this last hour. Made a simple web page whcih I'm trying to publish but it is driving me up the wall.
 
No ftp, 1 step at a time, though I think Filezilla will be my next port of call. The lovely people at TSO host have sent me a guide. Hand coding in HTML to learn, surprising how quickly I am getting to grips with it.

Now to get learning some css.....
 
sounds like you are going about things in the right way.

try not to rush anything and look at each tiny aspect of the project/page as its own challenge to do perfectly. You may have to rewrite the same nav 6 times before you find the correct css/html but its worth it.

also in terms of CMS my opinion is:

very small site = Manual (do it yourself)
small to medium sized site = WordPress
large site (100s pages, lots of users, bespoke functionality) = Drupal
 
Back
Top Bottom