CSS

Hakon Wiu Lie inventor of CSS was started in 1998 it is also called as Cascading Style Sheet (css) to understand css we should have knowledge on HTML here style sheets control’s the look of your website document and it defines html elements to display. Css allows specific style to html elements here all the format can be removed from html and can stored in css separately as css file.

Here css also have comments and they used to explain the code and it will help you to edit the source code and also span for multiple lines. Here in the style rules has three parts 1.Selector 2.Property and 3.value according to the css the syntax’s are composed by the style rules and then applies to the corresponding element, common comments are easy to understand selectors type.

Basic Example:

p.small {
 font-size: large;
}
p.medium {
  font-size: large;
}
p.large {
 font-size: large;
}

Subscribe

Related articles

Top 10 AI Tools to Boost Your Productivity – Best AI Tools

top AI tools to boost productivity and make life easier. From chatbots to content generation platforms

Top 5 Business Ideas Under 5 Lakhs in 2024

Explore amazing business ideas under 5 lakhs in 2024 that guarantee profitability. Empower your entrepreneurial spirit with innovative approaches and succeed without breaking the bank! Discover your future today
Previous article
Next article

LEAVE A REPLY

Please enter your comment!
Please enter your name here

thirteen + eight =