<html>
<head>
  <title>基本タグの練習</title>
</head>
<body>
  <h1>私の自己紹介</h1>

  <div>
    <h2>プロフィール</h2>
    <p>こんにちは、Kotaです。HTMLの勉強を始めました!</p>
  </div>

  <div>
    <h2>おすすめリンク</h2>
    <p><a href="https://zenn.dev/frontline/articles/42c5c5de592053" target="_blank">HTML 講座2 セクショニング・コンテンツ</a></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.