Have you ever wantetd to make a NeoCities site, but don't know a single bit of HTML at all? Here's the basics!

Headings

Headings are important. Very important. If you want a Heading, use h1 in < symbols. Type a heading, and then end it with the same < sequence but at the start of h1, use a /.

Paragraphs

Just do the same but replace h1 with p.

Links

Use the < sequence, and inside put a href=. Then, put your link in " symbols.