Introduction to CSS:
CSS stands for Cascading Style Sheets. Mainly by using CSS, you change your web page layout and design. You can change font size, Font-family, color, and background color on your web page.
CSS is one of the important languages for web developers because how much content you write content using HTML is one thing and how attractive you make the content to users is another thing so, CSS is also an important language for web developers.
who owns CSS:
HTML and CSS these languages are maintained by the World Wide Web Consortium. (W3C). This W3C also provides explanations, examples, and many things to people to tell about HTML, and CSS languages.
who developed CSS:
Hakon Wium Lie in October of 1994 proposed CSS and at that time it was called Cascading Style Sheets or CSS. Now it is maintained by the World Wide Web Consortium (W3C)
Is CSS easy:
Other programming languages need logical thinking, and understanding skills, and require knowledge about loops, variables, and many others. But CSS is pretty easy and you don't have greater skills like programming skills just you need is an understanding structure of CSS you can learn CSS in 2 to 3 weeks in-depth and you need to practice it daily to get comfortable with the language.
By using your creativity you can enhance your website to look good and better understand users with a good interface
CSS Structure:
p{
color: red
}
in the above structure, p stands for selector color stands for property, and red stands for value. Both color and red are called Declaration. You can use CSS Color Picker from online like w3schools where you can use different types of colors at different percentages of color
CSS color codes and types of color codes:
CSS has different types of color codes and also three types of color codes.
below are different types of color codes.
- Normal codes(just by giving the name of the color)
- HEXcode RGB
- Decimal Code
Color name HEx code RGB Decimal code
- Red FF0000 255,0,0
- Yellow FFFF00 255,255,0
- Orange FFA500 255,165,0
HTML vs CSS vs JavaScript:
Before comparing HTML, CSS, and JavaScript let's understand each language:
HTML:
It is a language that allows you to make content on your website. HTML standard for Hypertext markup language. With HTML you can build a standard body for your website
CSS:
CSS stands for cascading style sheets. CSS is mainly used to bring the attractiveness of the website by CSS you can make your website look good and you can also custom your website looks through css
JavaScript:
JavaScript in its short form is called JS. This is one of the best scripting languages that can be used for both Front-end and Back-end web development
HTML:
The primary scripting language for developing web pages is HTML
- You can write content on your own by knowing this code.
- With HTML you can make a website that you exactly want to create
- You can earn money through HTML by knowing this language you can create website content and by using CSS you can design your site by using Javascript you can make your website more interactive and when your site is ready you can publish it on Google if you want increased traffic to your website and you can now apply for AdSense and you can start earning money
CSS:
CSS is also a scripting language used to style this HTML content and make it more attractive to your website.If you want to make your website stylish CSS is the programming language to use. With the basics of CSS, you can make changes to the overall look and feel of your website.
By CSS you can add animations to your website and make your website very good and by CSS you can do anything. By using CSS and your creativity you can enhance your website to look good and better to read for users by descent interface
HTML standard for Hypertext markup language.
HTML is a standard Hypertext Markup Language for creating webpages and content in webpages like text, images, and many others.
What can you do with HTML:
The importance of HTML is it allows you to make the basic structure of your website.
What you can do with CSS:
- If you add color to a particular text that can only be possible through the CSS and you can use different font sizes, font styles, and colors for your text on your website using CSS
- With HTML and CSS you can use them to alter the layout and formatting of your website.
- If you use CSS you can make your website more attractive
- By CSS you can create a good interface for the website it will make the user better able to read and experience a good feel.
JavaScript:
JavaScript is an important language for website creators who want to make their sites more interactive, which makes this the most complex of the three standard programming languages in this article.
With a basic understanding of JavaScript, you can manipulate the various interactive features of your website to perform a good range of actions.
what can you do with JavaScript:
- You can make animations when a user scrolls down the page
- You can make an alert on your website
- you can create web applications
- you can create games.
Short Revision:
CSS stands for Cascading Style Sheets. HTML and CSS these languages are maintained by the World Wide Web Consortium. (W3C). This W3C also provides explanations, examples, and many things to people to tell about HTML, and CSS languages.
Other programming languages need logical thinking, and understanding skills, and require knowledge about loops, variables, and many others. But CSS is pretty easy and you don't have greater skills like programming skills just you need is an understanding structure of CSS you can learn CSS in 2 to 3 weeks in-depth and you need to practice it daily to get comfortable with the language.
- Normal codes(just by giving the name of the color)
- HEXcode RGB
- Decimal Code
p{
color: red
}
CSS has different types of color codes and also three types of color codes.
below are different types of color codes.
HTML:
It is a language that allows you to make content on your website. HTML standard for Hypertext markup language.
CSS:
CSS stands for cascading style sheets. CSS is mainly used to bring the attractiveness of the website by CSS you can make your website look good and you can also custom your website looks through css
JavaScript:
JavaScript in its short form is called JS. This is one of the best scripting languages that can be used for both Front-end and Back-end web development