Newer
Older
2024-saito / template.html
<!DOCTYPE html>
<html>
<head>
<title>たいとる</title>
<style>
文書内スタイル定義を書く
</style>
<link rel="stylesheet" type="text/css" href="ほげ.css">
</head>

<body>
<h1>大見出し</h1>
<p></p>

<address>gombei@x.koeki-u.ac.jp</address>

</body>
</html>