New word I learnt today: anchor it means like a hook (in my view)I learnt this word from the HTML tag: <a> </a>
@Sphinx Yes, anchors are excellent - a quick way to navigate between parts of a long document, for example.
I leaned to create simple webpages a long time ago, and followed some suggestions from a friend telling me to treat a page like a news report.
Introduce the topic, with a paragraph at the top, then insert a simple text navigation menu like :
[ first] [second] [third][fourth]
...those being actual words to describe parts of the page.
in each of them, you would plant a link to an anchor in the relevant section, below.
QOTO: Question Others to Teach Ourselves An inclusive, Academic Freedom, instance All cultures welcome. Hate speech and harassment strictly forbidden.
@Sphinx Yes, anchors are excellent - a quick way to navigate between parts of a long document, for example.
I leaned to create simple webpages a long time ago, and followed some suggestions from a friend telling me to treat a page like a news report.
Introduce the topic, with a paragraph at the top, then insert a simple text navigation menu like :
[ first] [second] [third][fourth]
...those being actual words to describe parts of the page.
in each of them, you would plant a link to an anchor in the relevant section, below.