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