<!DOCTYPE html>
<!--html css 样式-->
<html>
<head>
<style type="text/css">
h1 {background-color:antiquewhite}
</style>
</head>
<body>
<h1>通过内部样式表定义红色样式的标题</h1>
</body>
</html>
<!DOCTYPE html>
<!--html css 样式-->
<html>
<head>
<style type="text/css">
h1 {background-color:antiquewhite}
</style>
</head>
<body>
<h1>通过内部样式表定义红色样式的标题</h1>
</body>
</html>