
Hello Buddies today I will be talking about CSS and the basics way CSS is been applied on a website Page.
What is CSS?
CSS stands for Cascading Style Sheets ,CSS describes how HTML elements are to be displayed on screen, paper, or in other media; CSS also saves a lot of work. It can control the layout of multiple web pages all at once and External style sheets are stored in CSS files.
"Stylesheet 1", "Stylesheet 2" show the different styles here we will show one HTML page displayed with two different style sheets. Below
![]() |
Original Stylesheet |
![]() |
Stylesheet 1 with css |
![]() |
Stylesheet 2 with CSS |
Problems Solved By CSS
HTML was NEVER intended to contain tags for formatting a web page!
HTML was created to describe the content of a web page, like:
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
When tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large websites, where fonts and color information were added to every single page, became a long and expensive process.
To solve this problem, the World Wide Web Consortium (W3C) created CSS.
With an external stylesheet file, you can change the look of an entire website by changing just one file!
You can watch the Video Below for Tutorial
LEARN WEB CODING
WITH BINNABOOK
0 Comments:
Post a Comment
Your Views are needed.Thanks!