Class 1: Introduction

Class 1: Introduction

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 and feel if the website

With understanding of these tags and how to put them together we can create beautiful websites easily.

Then Why CSS and JavaScript

HTML is used for defining layout of a page. A barebones page structure.

CSS is used to add styling to that barebone page creating of html.

JAVASCRIPT is used to program logic for the page layout e.g. 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 Paints, declaration etc

Javascript = 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 Dreamviewer/VS Code because it is light weight and open source.

GO TO Google or type dreamviewer /VS Code download it and install it.

Note: you can write HTML even in the notepad. Text editors like dreamviewer just make these things easier.

Leave a Reply

Your email address will not be published. Required fields are marked *