Codes To Creating A Website From Scratch.

Creating a website from scratch is a bit easy if you understand coding (Programming). We are not going to be teaching you coding {for now}, but we can guide you through even when you don’t know what coding is… So Follow..

If you understand coding then you can actually start, all you need is the software.

Recommended software is brackets. You could also use Adobe or Notepad.

Once downloaded (Brackets) create a new folder in your desktop (with the name of your web or anything similar), put in the folder all you require for the website I.e logo, images etc. Try & make sure you save the pictures with a name you can easily remember. Now open the bracket software, by your left almost middle is a button open folder, click on it and click on new. Now select the folder you created.

Still by your left at the top, you’ll find file, click on it and click new. Go back to the file & click save (it will take you to the folder you created), now save it with .html (e.g example.html). Without saving it like that, whatever you will be doing will be meaningless. Once saved you can start coding.

If you don’t like internal CSS, I.e you wanna use external CSS. Create a new file just as you did for html file, but save this with .css (e.g example.css) Not just that you will have to link the css file to html file I.e at the center of the <head> </head> tag you have started coding, type this link: <link rel=”stylesheet” href=”style.css”>. With that you can make use of external CSS which I recommend you use.

You can preview your coding; by your right at the top is a flash sigh lying horizontally, click on it and see your work on your default web browser.


Quick Links

Journey Of Blogging

What you Should Blog About

How to Copy & Paste Code to Blogspot


If you don’t know anything about coding, well you can still learn. Get an professional programmer that will train you on HTML, CSS, JAVASCRIPT & PHP (you can live others for now). This pro must teach you these things as in practices. While you could also personally practice with brackets software…

But if you wanna learn & practice coding online, then visit w3schools. They have free tutorials online that will help you learn & practice fast and perfectly.

You can get certified at w3schools on different fields I.e HTML, CSS, JS, JQUERY, PHP etc. But not free.

I recommend you get mobile app like web development and code_cademy just to know more.

Leave a comment

Design a site like this with WordPress.com
Get started