Difference between revisions of "A (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Examples)
Line 2: Line 2:
  
 
== Examples ==
 
== Examples ==
 +
 +
: {{code|lang=html|code=<p>Para 1 <p>Para 2 <p>Para 3 }}
 +
  
 
<source lang="html5">
 
<source lang="html5">

Revision as of 18:12, 20 April 2016

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

Examples

Template:Code


<source lang="html5"> <!DOCTYPE html> <html>

 <head>
   <title>This is a title</title>
 </head>
 <body>

Hello world!

 </body>

</html> </source>

See also

External links