Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<head>
<style>
p.hometown { 
  background: yellow;
}
</style>
</head>
<body>
<h1>Demo of the .class selector</h1>
<p>My name is Donald.</p>
<p class="hometown">I live in Ducksburg.</p>
<p>My name is Dolly.</p>
<p class="hometown">I also live in Ducksburg.</p>
</body>
</html>