Pop ups and something else

A few questions, first off how do these things work? I don’t know the names of what they are so I’ll have to try and explain it. If you have a large page with tons of text, and you want to navigate to a certain part, such as you would in a FAQ page, you have the links that go straight to it. The actual links are like “blahblah.html#4” and when clicked it goes right to it. How do you do these, and what are they called? Thanks

Also, what is the code to make a pop up? Don’t you have to select a bunch of stuff like Height, Width, wether you want them to be able to maximize or resize, what page loads and a bunch of other stuff? Please help me with that…

Thanks guys, I hope you can help.

<a name=“jumpto”></a>
You are now here.
<a href="#jumpto">click to go there again</a>
these are called anchors. Im unsure of my " thing’s though.
edit:
oops. it read the html as html

<a name=“jumpto”></a>
You are now here.
<a href="#jumpto">
click to go there again</a>
here goes nothing
edit:
it worked!

Okay wait a second haha. Lemme try that out.

<a name=“blah”></a>
You are now here.
<a href="#blah">
click to go there again</a>

Hmm… Thanks man, Ima need to mess with it.

But how do they go all the way down to another part of the page? These links just go to the actual link you clicked.

No one else can help? Or CS can’t answer or what?