<!-- Single line comment -->
<!--
Multi-line
comment
-->
<h1>Heading</h1>
<h2>Heading</h2>
<h3>Heading</h3>
<h4>Heading</h4>
<h5>Heading</h5>
<h6>Heading</h6>
<p>Paragraph text.</p>
<img src="file-name.jpg" alt="">
<details>
<summary>Title</summary>
Details text goes here.
</details>
video
attributes:
autoplay
controls
loop
muted
<video>
<source src="" type="video/mp4">
<p>Your browser doesn't support HTML5 video. Here is a <a href="">link to the video</a> instead.</p>
</video>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Title</title>
<head>
<body>
</body>
</html>