intro_to_html.html
intro to html/intro_to_html.html
···2<html lang="en">
3 <head>
4 <title>This is my website Title</title>
0005 </head>
67 <body>
···9 <h1 id="top">^_^</h1>
10 <h2>welcome to website.com</h2>
11 <p title="muh title">
12- this is a website where I can do website things on the internet.
013 </p>
14 <hr />
15 <h2>this is a section</h2>
···40 <ol>
41 <li>mmatt.net</li>
42 <li>teal.town</li>
00043 <li>opn.haus</li>
44 <li>are.na</li>
45 </ol>
4647 <br />
0000000000000000000000000000000000000000000000000000000000000000048 <br />
4950 <a href="https://mmatt.net" target="_blank">this website is neat!</a>