Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
h1, h2, p {
  background-color: gold;
  border: 1px solid gray;
}
</style>
</head>
<body>
<h1>The Selector list (,) Combinator</h1>
<h2>Welcome to My Homepage</h2>
<h3>This is a heading 3</h3>
<div>
  <p>My name is Donald.</p>
  <p>I live in Duckburg.</p>
</div>
<p>My best friend is Mickey.</p>
</body>
</html>