[css]

<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
<style>
h1{
background-color: yellow;
border: 2px solid red;
}
</style>
</head>
<body>
<h1>This is a heading.</h1>
</body>
</head>
</html>


댓글