Introduction of CSS Details?Part-2

Hello friends, in today’s post, we are starting you about JavaScript (css introduction pdf) , what happens. How does the key work, so today you should tell about JavaScript.

CSS Introduction

Note: We used CSS in many places in our HTML post.
That’s why it was necessary to upload the post of CSS, now we are going to bring the entire post of CSS in the same order.

What is CSS?

CSS stands for Cascading Style Sheets
CSS describes how HTML elements will appear on screen, paper, or other media.
CSS saves a lot of work. It can control the layout of multiple web pages at once
External stylesheets are stored in CSS files
Why use CSS at all?
CSS is used to define styles for your web pages, including variations in design, layout, and display for different devices and screen sizes. ,

CSS solved a big problem
HTML was never intended to include tags for formatting web pages.

HTML was created to describe the content of a web page, such as:

This is the heading

This is a paragraph.

When tags like , and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. The development of large websites, where fonts and color information were added to every single page, became a long and expensive process.

See More Topics

To solve this problem, the World Wide Web Consortium (W3C) created CSS.

CSS removes style formatting from HTML pages!

If you are directly looking at this page and have not seen other page, if you are really not familiar with HTML, then please click and take our HTML LESSON HTML Tutorial in Hindi.

CSS saves a lot of work!
Style definitions are normally saved in external .css files.

With an external stylesheet file, you can change the look of the entire website by changing only one file!

For a complete list of all available html tags, click

css introduction pdf

reference- http://web.stanford.edu/class/cs106ax/res/lectures/23-Introduction-To-CSS.pdf

Request – If you found this post useful for you(css introduction pdf), then do not limit it to yourself(css introduction pdf), do share it

Leave a Comment