added class=site-header and <p>

This commit is contained in:
2025-08-22 04:42:14 +00:00
parent ed359ec018
commit 1e33071913
2 changed files with 12 additions and 162 deletions

View File

@@ -9,6 +9,15 @@
</head>
<body>
<header class="site-header" role="banner">
<picture>
<source srcset="/resources/img/pb_16_9_under512kb.webp" type="image/webp">
<img src="/resources/img/pb.png" alt="Portrait of Peter" width="1280" height="372" loading="eager" decoding="async">
<picture>
</header>
<p>Whether it be IMDBs top 250 movies or the FBIs most wanted, lists are everywhere on the web and you are going to need one eventually in your webpages.
Luckily, with HTML there are a couple of different types of lists at your disposal.</p>
</body>
</html>