Website Development

Websites are an integral part of the Modern Internet. Websites can be made in many different ways. One common way to devlop websites is to use the languages of HTML, CSS, and JavaScript in cohesion.

Languages

HTML

HTML is the language of the web. It is the backbone of all websites. HTML is the language used for displaying text, video, and images onto the website. 

CSS

CSS is used in conjuction with HTML. It is the language that handles the looks of the website. Tasks such as spacing, margins, boundaries, font color, font type, and more are completed using CSS. 

JavaScript

JavaScript is the language that handles the back end of the site. To code a button or animation on a website, JavaScript can be used. 

Web Devlopmennt

To get you started: Some more resources are attached below so you can start to learn more anout website devlopment.

Further Information

HTML

Futher information about HTML:

CSS

Further information about CSS:

JavaScript

Further information about JavaScript: