Difference between revisions of "A (HTML element)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Created page with "In HTML, '''a''' (for "anchor") represents a hyperlink. NOTE: The title for the page -- "A (HTML element)" -- uses an upper-case "A", because MediaWiki u...") |
Karl Jones (Talk | contribs) (→External links) |
||
Line 20: | Line 20: | ||
* [https://en.wikipedia.org/wiki/Hyperlink Hyperlink] @ Wikipedia | * [https://en.wikipedia.org/wiki/Hyperlink Hyperlink] @ Wikipedia | ||
* [https://en.wikipedia.org/wiki/Inline_linking Inline linking] @ Wikipedia | * [https://en.wikipedia.org/wiki/Inline_linking Inline linking] @ Wikipedia | ||
+ | |||
+ | [[Category:HTML elements]] | ||
+ | [[Category:Web design and development]] |
Revision as of 09:50, 12 April 2016
In HTML, a (for "anchor") represents a hyperlink.
NOTE: The title for the page -- "A (HTML element)" -- uses an upper-case "A", because MediaWiki uses uppercase for initial letters in page titles. In actual HTML, lowercase "a" is more common.
Examples
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