Coding for Beginners

400

What is Coding?

For beginners, coding seems impossible to understand. It is a bunch of random letters and symbols jumbled together that create a website. By taking the time to split up the different languages of code, you start to get a beginners grip of creating a website.


The Language of Coding

The foundation of every website consists of 3 language and a single database, creating the 3+1 Model. By understanding these 3 languages, you can better understand the steps it takes to construct a successful website.

HTML stands for HyperText Markup Language. This is how documents are displayed on a webpage. It is the structure.

CSS stands for Cascading Style Sheets. This language of code can only be in a pages HTML, but is how a page is presented, the font of text or size of pictures.

JavaScript is the programming creates interactive aspects to a website.

Building a Website

Now that you have a basic understanding of the three different programs, you can begin to think about the 4 steps of building a website.

Step 1: Create a Host

Step 2: Domain Registration (webpage name)

Step 3: Build Website

Step 4: Coding (3+1 Model)

2 thoughts on “Coding for Beginners

  1. Best blog I’ve seen on this topic yet! Breaking down the information makes it a lot easier for beginners to follow.

Leave a Reply

Your email address will not be published. Required fields are marked *