Style

PHOTO EMBED

Fri May 05 2023 23:18:13 GMT+0000 (Coordinated Universal Time)

Saved by @Claudio #undefined

<!DOCTYPE html>
<html>
<head>
<style>
p {
  background-color: yellow;
}
</style>
</head>
<body>
​
<h1>Demo of the element selector</h1>
​
<div>
  <p id="firstname">My name is Donald.</p>
  <p id="hometown">I live in Duckburg.</p>
</div>
​
<p>My best friend is Mickey.</p>
​
</body>
</html>
content_copyCOPY

https://www.w3schools.com/cssref/tryit.php?filename