The Components of the 3 + 1 Model
The 3 in the 3 + 1 model refers to the 3 coding languages used when developing a website. The 1 in the model is related to the database where a company stores the information the put onto there website. The 3 coding languages are HyperText Markup Language (HTML), JavaScript (JS), Cascading Style Sheet (CSS), and the one common database people use is MySQL.
What is HTML?
HyperText Markup Language or better known as HTML is the first key component when developing a website. HTML is used to develop the structure in which the web page is laid out and viewed by the end users. It is very important to make sure that your website structure is easy to navigate in order to lead the consumers to purchasing your product.
What is CSS?
Cascading Style Sheet or better known as CSS is used to add style to a webpage. CSS is important when building a webpage because it makes it appealing to the end user when they are browsing your site. Creating an attractive appearance website helps you retain traffic on your website and leads to higher conversion rates overall.
What is JS?
JavaScript or known also as JS is used to add logic to a website. JavaScript is very important because it is what pulls everything together and ensures the website is operable. JavaScript is a necessary in maintaining and updating the code that keeps the website simple and easy to use, which leads to higher conversion rates by lowering load time.
What is MySQL?
MySQL is one of many databases companies use to store their online information. MySQL is very effective if you want to look at old site information like purchases, click-through rate, and bounce rate. MySQL helps you find past, present, and future information which is great if you want to have an easy way for you the creator to access your online presence.