What is CSS?


1. Cascading Style Sheets are,as the name suggests, style sheets that provide styling to the already structured HTML structure. It makes our website beautiful & modern looking.


2. CSS describes how HTML elements are to be displayed on a screen, paper, or in other media


3. CSS saves a lot of work. It can control the layout of multiple web pages all at once



What is JS?

 1. JavaScript is a scripting language that is used to manipulate both HTML and CSS using conditions and events.

2. It allows client-side scripting to create completely dynamic web site.

3. Consider that it HTML is the human body, CSS is the clothing and JS is event-based set of functions that specifies the changes in the HTML and CSS from time to time.