<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>My <del>First</del> <ins>Second</ins> Heading</h1>
<img src="https://blog-media.byjusfutureschool.com/bfs-blog/2021/09/17203233/What-is-HTML-Article-Page-948_500.png">
<p><mark>My first paragraph.</mark></p>
</body>
</html>