A (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 18:13, 20 April 2016 by Karl Jones (Talk | contribs) (Examples)

Jump to: navigation, search

In HTML, a (for "anchor") represents a hyperlink.

Examples

Para 1 <p>Para 2 <p>Para 3</code> <source lang="html5"> <!DOCTYPE html> <html> <head> <title>This is a title</title> </head> <body> <p>Hello world!

 </body>

</html> </source>

See also

External links