Page
Chapter o – Introduction
HTML
Hyper Text Mark Up Language
HTML is the language of the web. It is used to create websites
We use HTML tags to define look & fech of a website
With understanding of these tags and How to put them together, we can create beautiful websites easily!
Then Why CSS & Java Script
HTML is used for defining layout of a page – A barebone page structure
CSS is used to radd styling to that barebone page Created using HTML
Java Script is used to program Logic for the page layout eg What happens when a user hovers on a text, when to hide or show elements etc.
A Beautiful analogy
HTML =
Car body (only metal)
CSS
=
Car paint, decoration elk.
JavaScript =
Car engine + Interior logic
We will start learning how to build beautiful layouts in this course.
Leave a Reply
You must be logged in to post a comment.