Hypertext Markup Language(HTML) is a set of tags that allow web pages to be formatted. These contain mainly text, images, bulleted points, paragraphs, etc, These tags are embedded in the page’s text to define how the content should appear. HTML is the language of the internet.
What is CSS?
Cascading Style Sheets (CSS) are style sheets that tell the browser how to design and format a document. and works with HTML. Each tag in HTML defines what kind of formatting should be around it. Similarly, each tag in CSS defines different types of formatting.
What is JAVASCRIPT?
JavaScript is a programming language that runs in the background of your browser. Instructs the browser to work with HTML in order to respond. It is useful for adding interactive features to websites. You may have noticed all these functional features like drop-down menus, auto-complete fields, and animated graphics, all of these features require JavaScript to build and work. like the brain of your website