Creating a website

Wholly depends on what you want to achieve from the website really. There's a few layers to it from a professional point-of-view but it's all extremely accessible to get started and costs only count when you want to put something live on the web.

At a basic level you want to be learning HTML & CSS and use an IDE such as Visual Studio Code. Advanced would be learning JavaScript and using a content management system (WordPress being the most popular). From there you can then you get get into full blown web-based applications in JavaScript Frameworks such as React and VueJs plus whatever server side API & database needs they have.
 
Wholly depends on what you want to achieve from the website really. There's a few layers to it from a professional point-of-view but it's all extremely accessible to get started and costs only count when you want to put something live on the web.

At a basic level you want to be learning HTML & CSS and use an IDE such as Visual Studio Code. Advanced would be learning JavaScript and using a content management system (WordPress being the most popular). From there you can then you get get into full blown web-based applications in JavaScript Frameworks such as React and VueJs plus whatever server side API & database needs they have.

Thanks for this info bud very helpful, I'll have to look deeper into the stuff you've said about.
 
The easiest thing in my opinion would be to use wordpress. It's free, and you don't need to know any code to do the basics. There's widgets and plugins to do pretty much anything you could want, and it's so popular (25% of all the websites in the world are made using it) you'll find answers to any question you might have.
 
The easiest thing in my opinion would be to use wordpress. It's free, and you don't need to know any code to do the basics. There's widgets and plugins to do pretty much anything you could want, and it's so popular (25% of all the websites in the world are made using it) you'll find answers to any question you might have.

I shall have a look at this, thank you

Minimum required:
HTML to define links, paragaphs, images, lists, tables, etc. https://www.w3schools.com/html/
CSS to make the HTML look decent. https://www.w3schools.com/Css/
Domain+Hosting so people can access it. https://www.fasthosts.co.uk/web-hosting

Then you start needing to learn programming to get dynamic things to happen either client-side in JavaScript or server-side in PHP/.Net/Java/etc, and databases to store data in, that stuff is harder.

a lot to learn then, think ill need to read into it more
 
The fancier you want it the more complex the code gets. A lot of JavaScript involved nowadays but you can copy/paste a lot of that.

I found getting everything lined up across multi browsers can he a bit difficult.

Also making the graphics I'm no good at.

You should just look at the source code of websites.
 
Imo start with HTML and Javascript (ES6) first. You can figure out CSS after, as mentioned cross browser compatibility is still a big thing in 2021, but you can get to that in your own time hah.
 
Back
Top Bottom