<html>
<head>
<style>
p.ex1 {
text-emphasis: filled;
}
p.ex2 {
text-emphasis: open;
}
p.ex3 {
text-emphasis: double-circle red;
}
p.ex4 {
text-emphasis: triangle blue;
}
</style>
</head>
<body>
<h1>The text-emphasis Property</h1>
<p class="ex1">This is some text.</p>
<p class="ex2">This is some text.</p>
<p class="ex3">This is some text.</p>
<p class="ex4">This is some text.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss3_text-emphasis by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:38:43 GMT -->
</html>