E:after

generated content after an E element (source: W3C).

HTML:

  1. <blockquote>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</blockquote>

CSS:

  1. blockquote:after{content:" End Quote"}

Output:

Lorem ipsum dolor sit amet, consectetur adipisicing elit.

In the example, the words " End Quote" should appear after the blockquote.