Magento Expert Forum - Improve your Magento experience

Results 1 to 9 of 9

What does CSS selector mean?

  1. #1

  2. #2
    Junior Member
    Join Date
    Oct 2016
    Posts
    984
    Thanks
    1
    Thanked 4 Times in 4 Posts

    Default

    A selector is an HTML tag at which a style will be applied. In CSS, selectors are patterns used to select the element(s) you want to style.

    For example:
    table{ border :1px solid #C00; }

    Here table is a selector and border is a property and given value 1px solid #C00 is the value of that property.

  3. #3
    Junior Member clapcreative's Avatar
    Join Date
    Jul 2015
    Location
    149 Mcafee court , Thousand Oaks CA 91360
    Posts
    115
    Thanks
    3
    Thanked 6 Times in 6 Posts

    Default

    A CSS selector is the part of a CSS rule set that actually selects the content you want to style. Let's look at all the different kinds of selectors available, with a brief description of each.

  4. #4
    Junior Member
    Join Date
    Mar 2017
    Location
    Delhi
    Posts
    244
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    CSS selector helps you style the content or elements that you want to style.

  5. #5
    Junior Member
    Join Date
    Sep 2018
    Location
    United Kingdom
    Posts
    635
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    A CSS selector is the part of a CSS rule set that actually selects the content you want to style. Let's look at all the different kinds of selectors available, with a brief description of each.

  6. #6
    Junior Member
    Join Date
    Feb 2018
    Posts
    113
    Thanks
    0
    Thanked 2 Times in 2 Posts

    Default

    There are several different types of selectors in CSS.

    CSS Element Selector
    CSS Id Selector
    CSS Class Selector
    CSS Universal Selector
    CSS Group Selector


    Theme Party Organisers in Ghaziabad | Small Birthday Party Venues in Ghaziabad

  7. #7
    Junior Member
    Join Date
    Sep 2016
    Posts
    49
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It is a css selector tag. As people defined.

  8. #8
    Junior Member
    Join Date
    Sep 2018
    Location
    Oman, Muscat
    Posts
    2,084
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    CSS selectors are utilized to "find" (or select) the HTML components you need to style. We can partition CSS selectors into five classifications: Simple selectors (select components dependent on name, id, class) Combinator selectors (select components dependent on a particular connection between them)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •