Well done!

You have completed Quiz: Styling Boxes!

Quiz Question 1 of 5

Consider the following CSS rule that uses the ::after pseudo-element:

div::after {
  content: "new text";
  display: block;
}

Will the user be able to select the new text with their mouse?

Choose the correct answer below:

Skip Quiz Review Video