HTML Links Examples
Back to HTML Examples List
This page contains examples of HTML links - examples of hyperlink-specific code that you can use for your own website.
To use the code, copy it straight from the text box and paste it into your own website. Feel free to modify it as required.
More Info: JavaScript Popup Windows
More Info: Email Links
Prior to HTML5, named anchors used the name
attribute. However this attribute is obsolete in HTML5 and you should use the id
attribute instead (as outlined above).
More Info: HTML Link Code, HTML Links Tutorial, HTML <a>
Tag
More Info: HTML Text Color Code, CSS Color
More Info: CSS Hyperlinks
More Info: Text Decoration, CSS Color
More Info: Text Decoration, CSS Color
More Info: Text Decoration, CSS Color
More Info: Image Link Code, HTML Image Maps