Industry-relevant training in Business, Technology, and Design to help professionals and graduates upskill for real-world careers.
Fun, engaging games to boost memory, math fluency, typing speed, and English skills—perfect for learners of all ages.
CSS, or Cascading Style Sheets, is essential for styling HTML elements on web pages, allowing for separation of content and design. Key attributes include the flexibility to modify design without changing HTML, consistency across web pages, and improved user experience through attractive layouts. Various methods such as inline, internal, and external CSS help achieve this styling effectively.
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take mock test.
References
Untitled document (25).pdfClass Notes
Memorization
What we have learnt
Final Test
Revision Tests
Term: CSS
Definition: A stylesheet language used to describe the presentation of HTML or XML documents.
Term: Selectors
Definition: Patterns used to select the elements you want to style.
Term: Box Model
Definition: A box model that describes the rectangular boxes generated for elements in the document tree, consisting of content, padding, border, and margin.
Term: Positioning
Definition: The method of determining how elements are arranged in web design, including static, relative, absolute, and fixed positioning.