Which CSS Selector would you use if you wish to Insert content after every <p> element, and style the inserted content.

Back to Questions
A)

p:active

B)

div::after

C)

div:checked

D)

p:enabled

E)

p:hover

F)

p::after

 

Author Explanation :

 p::after - Inserts something after the content of each <p> element <br/>
Example- <br/>
p::after {  <br/>
  content: " - Remember this"; <br/>
} <br/>
This will place content " - Remember this" after every <p> tag. 

Answers Posted

PostedBy By: Sana Dhanani, at 07:14 AM on 25-June-2019

Answer Posted:

Explanation: c

Result: Wrong Answer

PostedBy By: Sana Dhanani, at 07:13 AM on 25-June-2019

Answer Posted:

Explanation: c

Result: Wrong Answer

Back to Questions

© Copyright 1997 - 2019 | www.bestdotnettraining.com | www.deccansoft.com | All Rights Reserved.
 
Bestdotnet google plus
Enquiry Now



Input symbols