<!DOCTYPE html>
<html>
<head>
<style>
p::after {
content: " - Remember this";
}
</style>
</head>
<body>
<h1>Demo of the ::after selector</h1>
<p>My name is Donald</p>
<p>I live in Ducksburg</p>
</body>
</html>