Basic HTML question

Just to help format my page easier. What are the HTML codes to:

  1. Place a point on a page that can be specifically linked to.

  2. Create a link to jump to said point.

  3. Create a sense of brother/sisterhood between people to end all wars?’

Only one of these requests I don’t expect an answer to.

place this in the code to mark the place: (bracket)a name=“name”(bracket) (bracket)/a(bracket)

Use this as the link: (bracket)a href=“name”(bracket)

I can’t write out the pointy brackets because it registers as code, just put in a a pointy bracket where ever I wrote it out.

1: <a name=“thepast”>the past</a>

2: <a href="#thepast">Link to the past</a>

Notice that when you’re linking some text to your section, you must add a # sign, whereas when naming your section, you should omit the # sign.

3: We have to wait for God to use </war> since he forgot to close the <war> tag he opened

Thanks for the help. This will allow me to greatly organize my upcoming shrine =D