CSS INTRODUCTION

Unique beauty

CSS INTRODUCTION 

CSS is the acronym of “Cascading Style Sheets”. CSS is a computer language for laying out and structuring web pages (HTML or XML). This language contains coding elements and is composed of these “cascading style sheets” which are equally called CSS files.

Who is the Father of CSS?

Hakon wium lie is know as father of css. CSS was proposed in 1994 as a web styling language, to solve some of the problems of Html 4.

Three types of CSS:

*Inline CSS.
*Internal or Embedded CSS.
*External CSS.

Advantages of CSS:

  • Better Website Speed. For a website to function efficiently, it should have a faster load time. 
  • Easier to Maintain. CSS is easy to maintain due to less maintenance time. 
  • Consistent Design. 
  • Time-Saving.
  • Better Device Compatibility. 
  • Positioning of Design Elements.

Main concepts of CSS:

There are three main parts of CSS - selectors, properties, and values.

CSS latest version:


CSS3 is the most recent and currently used. It has XHTML specification.

Example:

<html>
<body>
<p style="color: #009900;
font-size: 50px;
font-style: italic;
text-align: center;">
Pooja Fareen
</p>
</body>
</html></body>
</html>

Output:


Pooja Fareen
Tags
Our website uses cookies to enhance your experience. Learn More
Accept !

GocourseAI

close
send