HTML is a very basic & easy to understand markup language. Every website you see on the internet has been made using HTML & CSS. We use HTML to display contents (like. Headings, Paragraphs, Images & more) and CSS to style the content. You can understand by looking at the example below.

After the HTML & CSS, There is a language called Javascript (JS). Javascript is a complete programming language in itself. We use it to add dynamic content & functionality to our website. You can understand by looking at the example below.
