diyhosting/html2.html

24 lines
516 B
HTML
Raw Normal View History

2021-06-29 12:30:52 +00:00
<!DOCTYPE html>
<html lang=en>
<head>
2021-10-10 21:31:21 +00:00
<title>Images and Links in HTML &ndash; diyhosting.bhh.sh</title>
2021-10-10 21:55:08 +00:00
<!--# include file=".nav.html" -->
2021-06-29 12:30:52 +00:00
</head>
<body>
2021-06-29 13:50:40 +00:00
<header><h1>Images and Links in HTML</h1></header>
2021-06-29 12:30:52 +00:00
<nav></nav>
<main>
2021-06-29 13:50:40 +00:00
<h2>Links</h2>
2021-06-29 12:30:52 +00:00
<p>
2021-06-29 13:50:40 +00:00
We need to create links
2021-06-29 12:30:52 +00:00
</p>
&lt;<++>&gt;
&lt;<++>&gt;
&lt;<++>&gt;
&lt;<++>&gt;
<span class=next><a href="<++>">Next:<++></a></span>
</main>
2021-10-10 21:31:21 +00:00
<!--# include file=".footer.html" -->
2021-06-29 12:30:52 +00:00
</body>
</html>