Okay, first thing you need to do is actually make the page:
<div class="header">
<p><a href="/index.html">Main Page</a> <a href="/blog/index.html">Blog</a></p>
</div>
<h1>Page Name</h1>.<p></p> tags. The first time the page name comes up, format it using capital letters appropriately and bold it using <strong></strong> tags. Add pronouns after the first time the page name comes up as well, formatted like this: <em>(they/them/he/him/etc/etc2)</em>.
<div class="infobox">
<div class="infobox_title">
<strong>Page Name</strong>
</div>
<br>
<img src="neocities.png" width=300px>
<div class="infobox_alt">
<br>
<p><em><strong>image description</strong></em></p><br>
</div>
<p class="item_start"><strong>Name: </strong>Page</p>
<p class="item"><strong>Age: </strong>1 squilliam</p>
<p class="item_end"><strong>Gender: </strong>N/A</p>
</div>
Page Name on line 3 with the actual page name formatted with capitals correctly."neocities.png" on line 6 with an image of your choosing that you've uploaded to the photos folder. This should look something like "/photos/filename.jpg". DO NOT CHANGE THE WIDTH.image description on line 9 with a brief image description. If it ends up being too long (~35 characters) it will not format properly."item_start", the middle lines have the class "item", and the last line to have the class "item_end". The lines will not format correctly if you do not do this. Remember to keep a space between the colon and the </strong> tag.