<!DOCTYPE html>
<html>
<body>
<h2>我的第一张网页</h2>
<p>我的第一个段落。</p>
<script>
window.alert(5 + 6);
</script>
</body>
</html>