THE BASICS OF CODING FOR WEB DESIGN

Roles of HTML, CSS, and JavaScript

HTML

This is the structure of web development; it defines the way content appears to a user. 3 elements contained in html includes Hypertext, Markup and language.

CSS

This is used for the presentation of the page and uses design elements to design the structure brought by the HTML code.

JavaScript

This scripting language allows user to interact with a website.