IDE: ==== ==> Integrated Development Environment VS Code: ======== Visual Studio Code VS Code Download and Installation: =================================== Browser ==> Search for: VS Code ==> Click on the Download VS Code Link ==> Based on your OS, you can start download ==> After the downloading: by simply click on that downloaded file, we can start the installation. Accept the agreement (radio button) next next next Select: Desktop Short cut next Install ========================================= Creation of Project Folder: =========================== We should attach this project folder to the VS Code Greetings Good Morning. =================================================== Basic HTML Tags: ================ 1) Headings: ============ ==> total 6-levels of headings for headings and sub-headings

Note: ===== ==> all heading tags are block elements

UI Development

HTML

Headings In HTML

H1 to H6 Headings

Paragraphs In HTML

P Tag for Paragraph

Links

a tag for Hyper links

CSS

Selectors

Properties

JavaScript

Bootstrap

React JS

Angular

Node

========================================== Attributes: =========== ==> Are extra information for HTML Tags. Ex: Note: ===== No attributes for Heading tags. ========================================== Paragraph: ==========

tag: ======== Syntax:

Paragraph

Note: ==== Block element No Attributes are for

tag. HTML Elements: ============= Content ==> can be classified into two types: 1) Inline HTML Elements ==> the result of inline elements always with same line. 2) Block HTML Elements ==> any block element can define the content in new line only for every definition. Ex: Ravi Ashok IT Ravi Ashok IT ============================= Ravi Ashok IT Ravi Ashok IT Paragraphs in HTML

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here, content here', making it look like readable English. Many desktop publishing packages and web page editors now use Lorem Ipsum as their default model text, and a search for 'lorem ipsum' will uncover many web sites still in their infancy. Various versions have evolved over the years, sometimes by accident, sometimes on purpose (injected humour and the like).

Assignment: ========== 1) https://code.visualstudio.com/docs/?dv=win64user ===> for only headings 2) https://www.lipsum.com/ ==> headings and paragraphs