Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
* {
  border: 2px solid green;
  background-color: beige;
}
</style>
</head>
<body>
<h1>Demo of the * selector</h1>
<div class="intro">
  <p id="firstname">My name is Donald.</p>
  <p>I live in Duckburg.</p>
</div>
<p>My best friend is <span>Mickey</span>.</p>
</body>
</html>