0% found this document useful (0 votes)
18 views2 pages

Core CSS Concepts and Selectors Guide

The document outlines the core concepts of CSS, including its syntax comprising selectors, properties, and values. It describes three methods for adding CSS: inline, internal, and external. Additionally, it lists various types of selectors such as universal, type, class, ID, and others, along with pseudo-classes and pseudo-elements.

Uploaded by

boysb6404
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views2 pages

Core CSS Concepts and Selectors Guide

The document outlines the core concepts of CSS, including its syntax comprising selectors, properties, and values. It describes three methods for adding CSS: inline, internal, and external. Additionally, it lists various types of selectors such as universal, type, class, ID, and others, along with pseudo-classes and pseudo-elements.

Uploaded by

boysb6404
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Here’s the basic CSS content (just the core concepts — no examples):

1. CSS Syntax

 Selector

 Property

 Value

2. Ways to Add CSS

 Inline CSS

 Internal CSS (in <style> tag)

 External CSS (in .css file)

3. Selectors

 Universal selector

 Type (element) selector

 Class selector

 ID selector

 Grouping selectors

 Descendant selector

 Child selector

 Adjacent sibling selector

 General sibling selector

 Attribute selectors

 Pseudo-classes

 Pseudo-elements

You might also like