<head>
<meta charset="UTF-8">
<title>CSS</title>
<style>
h1 {color: red; }
</style>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>CSS入門</h1>
<p style="color: blue;"">はじめてのCSS</p>
</body>
h1{ font-size:40px;}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.