Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8416595
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:48:16+00:00 2026-06-10T01:48:16+00:00

Can someone explain to me why this doesn’t work? <html> <head> <style> body:first-child {

  • 0

Can someone explain to me why this doesn’t work?

<html>
 <head>
  <style>
   body:first-child
   {
      color:#f00;
   }
  </style>
 </head>
 <body>
  <div>I should be red.</div>
  <div>This is not red.</div>
 </body>
</html>

From what I’ve read, the first-child selector should select the first div object from the body tag. If it’s not selecting the div element, what is it selecting?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T01:48:17+00:00Added an answer on June 10, 2026 at 1:48 am

    To target the first div, you need to do body div:first-child. Right now (I assume) you’re just selecting the first-child body. (Actually I’m not entirely sure what you’re selecting right now, come to think of it. I don’t think the first-child selector is valid to hang directly on the body tag.)

    body div:first-child {
        color:#f00;
    }​
    

    This CSS will color it as you expect. Read it as “the div that is the first child of body.”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone explain why this doesn't work? int main() { float* x; float a,
Can someone explain to me why this doesn't work? I've read lots of posts
Can someone explain why this code doesn't work? Intent i = new Intent(this.context, SomeClass.class);
Can someone explain why this code doesn't work as expected? I would expect it
Can someone please explain why this doesn't work? MyClass myClass1 = new MyClass(); object
Can someone explain me why this doesn't work: $(function() { var damg = $(.hidden).val();
Can someone explain why this doesn't work like I think it should. double[] numbers1
132 a:4:{s:8:template;a:1:{s:10:index.html;b:1;}s:9:timestamp;i:1256373019;s:7:expires;i:1256373079;s:13:cache_serials;a:0:{}}<body> php<br > java<br > c++<br > </body> Can someone explain this part:
Can someone explain this behavior? in this case: header(Content-type: text/html); echo json_encode(error_101); it works.
I am newbie to jQuery, can someone explain what this code does: $(#currency form).submit(function(e)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.