THE BASICS OF CODING FOR WEB DESIGN

Comparing the roles of HTML, CSS, and JavaScript, and how they relate to the front-end and back-end of web design.

Hi, This is my first try at HTML and CSS so please go easy on me.

It is soooo fun though!!!

HTML (Hypertext Markup Language) is a website's standard markup language and is the content in which a website is created: hyperlinks, images, text, audio, video, etc. CSS (Cascading Style Sheets) is the language that styles the HTML code and displays the HTML elements for the user. Both of these are related to the front-end of web design, where they focus on the architecture of the user's experience (making it look beautiful, functional, and fast). JavaScript enables you to write more detailed instructions and algorithms into your website. It can be used on a website's front-end as well as its back-end, where it runs more behind the scenes.