The Different Coding Languages

239

There are many different coding tools used to make websites. In this article I will break down the three most popular coding languages, and explain their benefits.

HTML 

HTML, or Hypertext Markup Language, is a coding language used to create structure sections, headings, paragraphs, and links. HTML is not a programming language, instead it’s a code used for structuring content.

JS 

JavaScript is a scripting languages, used primarily hand and hand with HTML. JavaScript is used to render web pages, in a way that is dynamic and interactive. JS is critical for an effective website, as it allows the web-page to react to events, create cookies, and detect the user’s browser type.

CSS 

CSS (Cascading Style Sheet), is a code used to formal the way a website is presented. It can be used for many different purposes, such as imputting text fonts and style, setting table sizes, etc. It functions similarly to html, but it gives the developer more control of the design on the web page, with less limitations.

One thought on “The Different Coding Languages

  1. Great blog Craig, I really like the meme photo and wealth of information you provided. Before this class I had no idea about the different languages of coding, and now I have a pretty good understanding of what coding entails. Thank you for sharing!

Leave a Reply

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