• [email protected]
Follow Us :
    • Blogs
    • News
    • Board
    • About Us
    • Contact
    • Online Quizs
Education Idol
  • Home
  • CBSE
    • CBSE Schools
    • CBSE Syllabus
      • CBSE Syllabus for Class 1
      • CBSE Syllabus for Class 2
      • CBSE Syllabus for Class 3
      • CBSE Syllabus for Class 4
      • CBSE Syllabus for Class 5
      • CBSE Syllabus for Class 6
      • CBSE Syllabus for Class 7
      • CBSE Syllabus for Class 8
      • CBSE Syllabus for Class 9
      • CBSE Syllabus for Class 10
      • CBSE Syllabus for Class 11
      • CBSE Syllabus for Class 12
    • NCERT Solution
      • NCERT Solution for Class 1
      • NCERT Solution for Class 2
      • NCERT Solution for Class 3
      • NCERT Solutions for Class 4
      • NCERT Solution for Class 5
      • NCERT Solution for Class 6
        • NCERT Solutions for Class 6 Hindi
        • NCERT Solutions for Class 6 English
        • NCERT Solutions for Class 6 Maths
        • NCERT Solutions for Class 6 Science
        • NCERT Solutions for Class 6 History
        • NCERT Solutions for Class 6 Geography
      • NCERT Solution for Class 7
      • NCERT Solution for Class 8
      • NCERT Solution for Class 9
      • NCERT Solution for Class 10
        • NCERT Solutions for Class 10 Mathematics
        • NCERT Solutions for Class 10 History
        • NCERT Solutions for Class 10 Science
        • NCERT Solutions for Class 10 Hindi
        • NCERT Solutions for Class 10 English Literature Reader
        • NCERT Solutions for Class 10 Geography
        • NCERT Solutions for Class 10 Economics
      • NCERT Solution for Class 11
      • NCERT Solution for Class 12
    • Ncert Books
      • NCERT Books For Class 1
      • NCERT Books For Class 2
      • NCERT Books For Class 3
      • NCERT Books For Class 4
      • NCERT Books For Class 5
      • NCERT Books For Class 6
      • NCERT Books For Class 7
      • NCERT Books For Class 8
      • NCERT Books For Class 9
      • NCERT Books For Class 10
      • NCERT Books For Class 11
      • NCERT Books For Class 12
    • Previous Years Papers
    • Sample Papers
    • Question Bank Class 10
    • Question Bank Class 12
  • College
    • BBA College
    • BCA College
    • MBA College
    • MCA College
  • School
    • CBSE Schools List
    • CBSE Schools Delhi
    • Rashtriya Indian Military College (RIMC)
    • Rashtriya Military School (RMS)
    • Day Care India
    • Sainik School
    • Boarding Schools
  • CCC
    • About CCC
    • Syllabus CCC
    • CCC LibreOffice
    • CCC Notes
    • CCC Test Series (Made by Experts)
    • Chapterwise Test(New Syllabus Based)
    • Expected Question Papers
    • Last Month Papers ( Help of Students)
    • Massive Quizzes of CCC
    • Old Papers (Memory Based)
  • O Level
    • M2-R5 Web Designing and Publishing Notes
    • 2. CSS
    • 2.1 CSS Selector
    • 2.2 Position Property
    • 2.3 Text Property
    • 4.6.8 Background Properties
  • Study Material
    • Interview Questions and Answers for Experience
    • MCQS
    • Computer Interview Questions and Answers for Freshers & Experienced
    • Interview Questions and Answers for Freshers
  • Article
    • Digital Marketing
    • Education
    • Fashion
    • Health
    • Technology
    • Travel
    • Finance
    • Artificial intelligence
    • Cyber security
    • Software
    • Casino
  • Formulas
    • Chemistry Formulas
    • Math Formulas
    • Physics Formulas

Category: 2.1 CSS Selector

  • Home
  • O Level
  • M2-R5 Web Designing and Publishing Notes
  • 2. CSS
  • 2.1 CSS Selector
  • Posted on November 18, 2022
  • Vikram Sharma
  • No Comments
  • CSS Combinators
  • 59 Views

D. General Sibling Selector(Tilde) in CSS Combinators

The general sibling combinator (~) separates two selectors and matches all iterations of the second element, that are following the first element (though not necessarily immediately), and are children of the same parent element. Output: Show Output : Related Topic : Chemistry Formulas List Maths Formulas List What is LibreOffice? […]

Read More
  • Posted on November 18, 2022
  • Vikram Sharma
  • No Comments
  • CSS Combinators
  • 47 Views

C. Adjacent Sibling Selector(Plus) in CSS Combinator

The adjacent sibling combinator (+) separates two selectors and matches the second element only if it immediately follows the first element, and both are children of the same parent element. Output: Show Output : . Related Topic : Chemistry Formulas List Maths Formulas List What is LibreOffice? LibreOffice Impress Features […]

Read More
  • Posted on November 18, 2022
  • Vikram Sharma
  • No Comments
  • CSS Combinators
  • 48 Views

B. Child Selector(Greater than) in CSS Combinator

The child combinator (>) is placed between two CSS selectors. That is called Child Selector(>) means Selecting all <p> elements where the parent is an <div> element. Show Output : Related Topic : Chemistry Formulas List Maths Formulas List What is LibreOffice? LibreOffice Impress Features ? LibreOffice […]

Read More
  • Posted on November 18, 2022
  • Vikram Sharma
  • No Comments
  • CSS Combinators
  • 48 Views

A. Descendent Selector(Space) in CSS Combinator

Descendent Selector(Space) is used to apply the properties of an element inside the element. Example- Select all <p> tags inside <div> tags. Show Output : Related Topic : Chemistry Formulas List Maths Formulas List What is LibreOffice? LibreOffice Impress Features ? LibreOffice Impress CCC Questions […]

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 61 Views

Pseudo Class Selector

All effects appear after mouse click, on over it. Pseudo class Such as- :hover, :active

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 43 Views

Id Selector with JS

Appears awesome difference between class and id selector Show output :

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 44 Views

CSS Element Selectors

In CSS, selectors are patterns used to select the element you want to style. Example : Select and style all <p> elements: Show Output :

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 44 Views

CSS Group Selector

The CSS grouping selector is used to select multiple elements and style them together. SyntaxThe syntax for CSS grouping selector is as follows − element, element {/declarations/} Example : Show Output :

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 42 Views

CSS Attribute with value Selector

In CSS, attribute selectors describe styles those are applicable to matching attributes or attribute values of elements of an HTML page. Syntax of CSS attribute selector : [name_of_the_attribute] { CSS-Property: value; …………………… } Show Output :

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 41 Views

CSS New Attribute Selector

CSS Attribute Selectors is possible to style HTML elements that have specific attributes or attribute values. Show Output :

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 48 Views

CSS Attribute Selector

CSS Attribute Selectors is possible to style HTML elements that have specific attributes or attribute values. Example : Show Output :

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 41 Views

CSS Multiple Class

A CSS class , an attribute used to define a group of HTML elements in order to apply unique styling and formatting to those elements with CSS. Example : Show Output:

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 39 Views

CSS Class and Element

A CSS class , an attribute used to define a group of HTML elements in order to apply unique styling and formatting to those elements with CSS. Example : Show Output :

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 44 Views

CSS Class Selector

A CSS class , an attribute used to define a group of HTML elements in order to apply unique styling and formatting to those elements with CSS. Example : Show Output

Read More
  • Posted on November 4, 2022
  • educationidol
  • No Comments
  • 2.1 CSS Selector
  • 48 Views

CSS Id Selector

The CSS id selector uses the id attribute of an HTML element to select a specific element. Example : Show Output :

Read More

Posts navigation

1 2

Recent Posts

  • DevOps Training

    Why Should You Prefer To Go For DevOps Training?

    January 28, 2023
  • CBSE Board Class 12 Physical Education Chapter 1 Planning in Sports Important Questions

    January 3, 2023
  • Kendriya Vidyalaya Paschim Vihar New Delhi

    Know About Delhi Kendriya Vidyalaya Paschim Vihar, Admission Procedure, Fees, Results, Review

    December 31, 2022
  • CBSE Board 2023 Class 12 Exam Date sheet released at cbse.nic.in

    December 30, 2022

Categories

Popular Tags

  • All CCC Previous Year Introduction to Operating System Question Answers
  • All CCC Previous Year Question Answers
  • CCC Introduction to Operating System Model Paper 2022
  • CCC Introduction to Operating System Online Test 2022
  • CCC Introduction to Operating System Practice Set 2022
  • CCC Model Paper 2022
  • CCC Online Test 2022
  • CCC Online Test Introduction to Operating System 2022
  • CCC Online Test Introduction to Operating System 2022-2023
  • CCC Practice Set 2022
  • CCC Previous Question Paper
  • CCC Previous Question Paper Introduction to Operating System
  • CCC Previous Year Introduction to Operating System Question Paper
  • CCC Previous Year Model Test Papers
  • CCC Previous Year Model Test Papers of Introduction to Operating System
  • CCC Previous Year Practice Sets
  • CCC Previous Year Practice Sets of Introduction to Operating System
  • CCC Previous Year Question Paper
  • CCC Previous Year Solved Introduction to Operating System Sample Papers
  • CCC Previous Year Solved Sample Papers
  • Hampta Pass Trek
  • Information Technology Tools and Network Basics Question Paper
  • Latest Python Interview Questions and Answers
  • Mock Tests
  • NCERT Solutions for Class 1
  • NCERT Solutions for Class 1 Maths
  • NCERT Solutions for Class 2
  • NCERT Solutions for Class 6
  • NCERT Solutions for Class 6 Hindi
  • NCERT Solutions for Class 7
  • NCERT Solutions for Class 7 English
  • NCERT solutions for class 10 syllabus
  • O Level
  • O Level Information Technology Tools and Network Basics
  • O Level M1-R5
  • O Level M2-R5
  • O level Question and answer
  • O Level Web designing & Publishing
  • Practice Papers
  • Python Interview Questions
  • Python Interview Questions 2022
  • Python Interview Questions and Answers for Experienced 2022
  • Sample Question Paper O level
  • Top CCC Previous Year Introduction to Operating System Question Paper with Answers
  • Top CCC Previous Year Question Paper with Answers

Top College List

  • BBA College
  • BCA College
  • MBA College
  • MCA College

Computer Interview Question and Answer

  • Computer GK Questions and Answers
  • CBSE NCERT Board, C++ and Python Language for Computer Science for the 2019 Examination

NCERT Solutions

  • NCERT Solution for Class 12
  • NCERT Solution for Class 11
  • NCERT Solution for Class 10
  • NCERT Solution for Class 9
  • NCERT Solution for Class 8
  • NCERT Solution for Class 7
  • NCERT Solution for Class 6
  • NCERT Solution for Class 5
  • NCERT Solutions for Class 4
  • NCERT Solution for Class 3
  • NCERT Solution for Class 2
  • NCERT Solution for Class 1

CCC Quick Links

  • How to Download NIELIT CCC Admit Card?
  • CCC Notes
  • CCC Test Series (Made by Experts)
  • Chapterwise Test(New Syllabus Based)
  • Expected Question Papers
  • Last Month Papers ( Help of Students)
  • Massive Quizzes of CCC
  • Old Papers (Memory Based)
  • What is LibreOffice? LibreOffice Impress Features ?
  • LibreOffice Impress CCC Questions and Answer in Hindi 2022
  • CCC LibreOffice Calc Paper Questions with Answers

Formulas

  • Chemistry Formulas
  • Math Formulas
  • Physics Formulas

Study Mateiral

  • Interview Questions and Answers for Experience
  • Interview Questions and Answers for Freshers
  • MCQS

Copyright ©2021 All rights reserved Education Idol

  • Privacy
  • About Us
  • Contact