<script>
document.write("<style>img{width: 20rem;}</style>");
document.write("<h1>Favorite Animal:</h1>");
document.write("<img src='redpanda.jpg' alt='Photograph of a red panda'>");
document.write("<h2>The red panda <h2>");
document.write("<p>The red panda is clearly the best animal. Is it a dog? A cat? A bear? Yes.</p>");
</script>