<!DOCTYPE html>
<html>
<head>
    <title>Simple Tags</title>
</head>
<body>
    <h1>This is a heading</h1>
    <p>This is a paragraph.</p>
    <p>This is another paragraph.</p>

    <img src="https://placecats.com/300/200" alt="Cats">
    <img src="https://placecats.com/400/400" alt="Other Cats">
</body>
</html>