What is CSS? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is CSS?

I'm very new to coding and I have started a project on a code and I'm very curious on what css is in the html

14th Jul 2023, 9:08 PM
Peter Reyna
Peter Reyna - avatar
7 Respostas
+ 6
Peter Reyna , https://www.sololearn.com/learn/courses/web-development Go through the lessons in web development course to understand CSS better...
14th Jul 2023, 9:23 PM
Riya
Riya - avatar
+ 4
CSS (Cascading Style Sheets) is used to design a website. Which is used by web designer and programmer. It works to make any elements in the web page more beautiful and attractive than before. It is used with HTML. In general terms, it is used to balance a website in a good and attractive way. Like Background Color, Font Size or Color etc. of a website. With its help, you can make changes in any web page as per your requirement.
15th Jul 2023, 6:02 AM
Jitendra Lariya
Jitendra Lariya - avatar
+ 3
Without using CSS, the website will not look attractive. There are 3 types of CSS which are below: Inline CSS Internal/ Embedded CSS External CSS
15th Jul 2023, 6:02 AM
Jitendra Lariya
Jitendra Lariya - avatar
+ 3
In a nutshell, HTML is the struct of your page CSS is the style of your page JavaScript the dynamics and effects in your page ..
15th Jul 2023, 6:08 AM
Jesus Osvaldo Sandoval Solis
Jesus Osvaldo Sandoval Solis - avatar
+ 3
It is a Styling tool used together with html to style websites.
16th Jul 2023, 3:52 PM
Leeroy Mokua
Leeroy Mokua - avatar
+ 2
For simple description, Imagine you have a plain white piece of paper (that's HTML) with some words and pictures on it. Now, you want to make it colorful and beautiful. That's where CSS comes in. It's like a magic paintbrush that can change the colors, sizes, fonts, and positions of everything on the page.
15th Jul 2023, 3:38 AM
Unknown Ambusher šŸ—”ļø
Unknown Ambusher šŸ—”ļø - avatar
+ 2
CSS (or cascading style sheets) is used to style html pages, e.g. changing colours. It's what makes webpages look good and is an essential tool if you want to get into web development.
16th Jul 2023, 6:14 PM
Adam Albu