What is the use of After selector in css3?

 Posted by Manideepgoud on 12/9/2015 | Category: CSS 3 Interview questions | Views: 2645 | Points: 40
Answer:

After
selector is used to insert the content after each elements, like in this case, it will select each h1 element of the page.

<style>

h1::after{
content:"dotnetfunda"
}
</style>
<h1>learn articles in</h1>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Posted by: Skippyjoyce0 on: 12/11/2015 | Points: 10
no point asking me I think you should consider leaving the website

Login to post response

More Interview Questions by Manideepgoud