Create Supscript footnote links in HTML
71Let 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...
|
HTML, XHTML, and CSS, Sixth Edition
Price: $19.08
List Price: $34.99 |
|
Head First HTML with CSS & XHTML
Price: $22.00
List Price: $39.99 |
|
HTML, XHTML, and CSS All-in-One Desk Reference For Dummies (For Dummies (Computer/Tech))
Price: $18.91
List Price: $34.99 |
|
Build Your Own Website the Right Way Using HTML & CSS
Price: $19.77
List Price: $29.95 |
PrintShare it! — Rate it: up down flag this hub








