HTML element: Difference between revisions

Content deleted Content added
Line 246:
Depending on the browser, when the cursor hovers over the link, it changes into a hand with a stretched index finger and the hover box text pops up, not in a regular window, but in a special hover box, which disappears when the cursor is moved away.
 
Alternatively, the element becomes an anchor with the "name" attribute set, which preceded by a hash[[number sign]] # acts as a link target. Any element can be made into an anchor by using the 'id' attribute, so using <a name="foo"> is not necessary.
 
===Images===