Chapter 0 - Introduction
HTML Tutorial For Beginners (With Notes) Chapter 0 |
HTML :- Hyper Text Markup Language
HTML is the language of the web. It is used to create websites, We use HTML tags to define look & feel of a website. With understanding of these tags and how to put them together, we can create beautiful website easily.
Then Why CSS & Java Script
HTML is used for defining layout of a page - A barebone page structure.
CSS is used to add 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 etc...
Java Script = Car Engine + Interior Logic
We will start learning how to build beautiful layout in this course.
Installing VS Code
We can use any text editor of our choice. Here I am using VS Code because it is light weight, opensanes & from Microsoft.
Go to Google, Type VS Code & Install it.
Note: You can write HTML even in Notepad Text Editors like VS Code just makes these things easier.
Please do not enter any spam link in the comment box.