<html>
<head>
<style>
.testdiv {
  border: 5px outset red;
  background-color: gray;
  text-align: center;
  color: white;
}
</style>
</head>
<body>

<div class="testdiv">
  <h1>Tiêu đề 1</h1>
  <p>Hello world!</p>
</div>

</body>
</html>

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.