Introduction to CSS

 Introduction to CSS

HTML is just am Skeletal layout of a website. We need CSS to design a website, add styles to it and make it look beautiful.

 What is CSS?

·         CSS stand for cascading style sheets.

·         CSS is optional but it converts an Off looking HTML page into a beautiful and responsive website.

Installing Microsoft Visual studio (VS) Code.

We will use Microsoft Visual studio Code as a tool to edit our Site. It is very Powerful, free and Customizable.

Introduction to CSS


Why learn CSS?

CSS is much demanded skill in the world of web development. If you are successfully able to master CSS, you can customize your website as per your liking.

Your first line of CSS.

Create a .CSS file inside your directory and add it to your HTML. Add the following line to your CSS.

body {

background-color:  red;

}

This will make your page background as red.

HTML Refresher

HTML is a bunch of tags used to lay the structure of a page.

 

 

Comments

Popular Posts