h1 padding: 10px
<html> <head> <title>Untitled</title> <style type="text/css"> h1 {color: white; background-color: black; text-align: center; padding: 10px;} </style> </head> <body> <h1>Contents of the <h1> Element</h1> </body> </html>