A Simple Guide to Coding Languages

290

A website is composed of a language called coding and it can be broken down into three separate parts structure, style, and logic.

Structure- HTML 5

HTML is known as the structure of a website and helps set up the basics of the website. This sets up the area for which the head, title, and body will be for when you style your website. Even though this is the simplest part of the website it sets the foundation for what is to come.

Style- CSS 3

Cascading style sheets is the production of the website such as fonts, backgrounds, margin spacing, and colors. This is used to give a website a good look, which is essential to drawing in attention and engagement to a website. This is one of the harder parts to learn in coding so here I attached a helpful website that will teach you basics on how to use and structure CSS.

Logic- Java Script

Java script is the most complex part of coding and most website tutorials say you should understand HTML and CSS before using Java Script. This part of website building shows the interactive bits of a website from when you click, display a GIF, or even maps and graphics. Since this is the final step of the process this is where you finish up the website and can really show your skills in coding.

Leave a Reply

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