Introduction

This is a small summary about the HTML and CSS.

What is HTML?

The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript.It acts at the main body and content for your website.

What is CSS?

Cascading Style Sheets is a style sheet language used for describing the presentation of a document written in a markup language such as HTML. Both CSS and HTML can display colours for their headers, backgrounds, etc. However, it is more efficent to create a CSS file and add the colours, headers, etc to all of your HTML files. So you would not have to do it for every file when you make a new one. Addtionally, it will allow you to standardize all of your HTML files

SUMMARY

HTML acts as the main body and content for your website. While CSS acts as a decoration for it.