create your own

Create Supscript footnote links in HTML

71
rate or flag this page

By peacefulparadox

Let say that you are putting together content in HTML for a webpage.  At the end of a sentence you want to put a supscript with a number as shown ...


The number 1 in brackets is the footnote. When the user clicks on this footnote, it will jump the user to the bottom of the page where all the footnotes are listed.

To do this in HTML, we wrap the supscript text with the <sup> and </sup> tag as shown...

We also wrap the subscript text with an link to the named anchor called "footnote1".

This named anchor is defined at the bottom of the page as highlighted here...


Comments

RSS for comments on this Hub

No comments yet.

Submit a Comment

You Must Sign In To Comment

To comment on this Hub, you must sign in or sign up and post using a HubPages account.

working