<html>
<head>
<style>
h1, p {
background-color: yellow;
}
</style>
</head>
<body>
<h1>Welcome to My Homepage</h1>
<div>
<p>My name is Donald.</p>
<p>I live in Duckburg.</p>
</div>
<p>My best friend is Mickey.</p>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.asp?filename=trycss_sel_element_comma by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:11:10 GMT -->
</html>