Test commit

This commit is contained in:
techpriestbaunach 2023-12-08 22:54:34 -06:00
parent 34d34c2417
commit b73f961ef6

View file

@ -9,5 +9,6 @@
<h1>Webpage Title Here</h1> <!-- this will be the first line printed on the page, and will be larger than anything else -->
<h2>Subtitle Here</h2> <!-- use this as a heading to designate a new section of content -->
<p>Paragraph Here</p> <!-- can have multiple paragraphs in a section, each use of these tags will give you a new paragraph, with a break in between them -->
<p>Paragraph Here</p>
</body>
</html>
</html>