Skip to main content

HTML Link Code – Easily Create HTML Links!

The HTML code for a link is simple. It looks like this: <a href="url">Link text</a>. The href attribute specifies the destination of a link.

In HTML, links (also known as "Hyperlinks") are what enables visitors to click through to another web page (or other URL). The visitor usually clicks on linked text or a linked image and that's what triggers the loading of the linked document.

Basic HTML Codes


Link Code to add a Hyperlink to a page:

<a href=“http://www.URL.com/”>Title the visitor sees.</a>

Code example: <a href=http://www.example.com>Example</a>
Hyperlink visitor sees:  Example 

HTML Link Code to add a Image to a page:

<img src=“image name goes here” align=“Use left, right or center”>

Code example: <img src= “house.jpg” align=“center”>

Link Code to add an e-mail address to a page:
Creating an email link is simple. If you want people to mail you about your site, a good way to do it is place an email link with a subject line already filled out for them.
<a href=“mailto:someone@home.net”>E-mail Us</a>

Code example:  <a href=“mailto:webmaster@rcma.org”>Contact Us</a>

What visitor sees:  Contact Us

Video Tutorial

Comments

Popular posts from this blog

Google Panda 4.0 Update is Here!

Photo © neilpatel.com Hey everybody, big news for the SEO world! Google is rolling out Panda 4.0 update starting yesterday (20.05.2014). This was announced by the Google's head of spam team Matt Cutts: Google is rolling out our Panda 4.0 update starting today. — Matt Cutts (@mattcutts) May 20, 2014 What should a site owner do if they think they might be affected by Panda? Published on Sep 11, 2013 Recently Google has integrated the Panda update in to its normal indexing process. Now, how will webmaster come to know whether her site is hit by Panda? And, if her site is already hit, how she will know that she has recovered from Panda? Nandita B, India How are your website rankings today? Any improvements in ranking? Please share your experience with this update in the comments below.

Customize comment box size easily and efficiently in Blogger

Blogger is a great blog site for bloggers that enables various valuable features and customizations. One of the most important features of a blog is the comment feature that enables you to get direct feedback from your readers. Blogger empowers you to add this essential comment feature to your blog site to receive and exhibit the valuable feedback from your visitors and readers. When you select the comment feature option that is the standard option, the default comment box will be displayed right below your posts. The size of the comment box, height and width , is also the default size set by Blogger . This can be disadvantageous to your blog site, especially to its appearance, as the default box maybe narrower than your post. Having said that, now you can easily change the comment box size on your blog site. You do not have to be an expert at coding or a pro with managing your backend. You just have to understand and follow the steps mentioned below

Webmaster Proxy Solutions – Free Anonymous Web Proxy

Webmasters often require proxies for all sorts of jobs - for example quite often you need to check your website or blog from another country to see if there are problems. HTML page is loaded through the webmaster proxy; external files such as images and javascript and any subsequent pages that are clicked through to are loaded through your own internet connection. Proxies are often abused for automation or scraping tasks as well, something I do not encourage, you'll most likely break some TOS doing that. Using Web Proxy Servers for Hacking Published on Apr 16, 2012 No description available. Video By: Eli the Computer Guy