Learn
What is CSS?
CSS is used to style and visually design HTML elements on a web page.
What is CSS?
CSS का उपयोग web page के HTML elements को style और visually design करने के लिए किया जाता है।
FutureVerse Learning
Learn what CSS is and how it is used to style web pages.
CSS is used to style and visually design HTML elements on a web page.
CSS का उपयोग web page के HTML elements को style और visually design करने के लिए किया जाता है।
Here is a simple CSS example:
नीचे एक simple CSS example दिया गया है:
body {
background: #f6f8fc;
color: #172033;
}
h1 {
font-size: 32px;
}
Test your understanding with these practice questions.
नीचे दिए गए questions से अपनी understanding check करें।
Once you understand this lesson, mark it as complete and continue to the next lesson.
जब आपको यह lesson अच्छी तरह समझ आ जाए, तो इसे complete mark करके अगले lesson पर जाएँ।