HTML
Hyper Text Markup Language
webページを記述するのにずっと使われている
code:こういうやつ.html
<html>
<head>
<title>はい</title>
</head>
<body>
<h1>はい</h1>
</body>
</html>