PDA

View Full Version : HREF property



PotsNPans
2011-09-01, 04:55 AM
In HTML, what does an HREF property do?

suwunk
2011-09-01, 09:44 AM
String that sets or retrieves the URI of the target.
For internal links, the value of the id or name properties of the target object can be used as well (href='#jumpto'). If the value is an URL, then it can also be an absolute or relative path. Relative paths are relative to the base URL. The base URL is the location of the current document, but it can be overridden by the base tag.

href property (location, a, area, link) (http://help.dottoro.com/ljvxghwm.php)