<html>
<head>
<style>
p::after {
content: " - Remember this";
}
</style>
</head>
<body>
<p>My name is Donald</p>
<p>I live in Ducksburg</p>
<p><b>Note:</b> For this selector to work in IE8, a DOCTYPE must be declared, and you must use the old, single-colon CSS2 syntax (:after instead of ::after).</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_sel_after by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 14:27:51 GMT -->
</html>