A (HTML element)
From Wiki @ Karl Jones dot com
Revision as of 18:10, 20 April 2016 by Karl Jones (Talk | contribs)
In HTML, a (for "anchor") represents a hyperlink.
Examples
<source lang="html5"> <!DOCTYPE html> <html>
<head> <title>This is a title</title> </head> <body>
Hello world!
</body>
</html> </source>
See also
External links
- a element @ W3.org
- Links @ W3.org
- Fragment identifiers @ W3.org
- HTML a tag @ W3schools.com
- HTML a href attribute @ W3schools.com
- Hyperlink @ Wikipedia
- Inline linking @ Wikipedia