Using common HTML link codes

Image-i offer technical support

When you use our website and blog creation services, I will help you with technical help when needed. You may wish to do some rich text editing on your own and HTML link codes are a key aspect of this. A hyperlink is a form of HTML that is basically a word, group of words, or image that you can click on to jump to another document. Sometimes my website customers want to post their own articles and learn basic HTML code as a part of that process.

This list of HTML codes comes in handy because you can just copy and paste the text and then fill it in. Bookmark this page and use it every time you want to cut and past the link code.

The following is a list of the most used HTML link codes:

1. Link to another document:

<a href=”URL web address”>Text to be linked</a>

2. Bold type:

<b>Bold text here!</b>

3. Bullet list:

<ul>
<li>text</li>
<li>text</li>
<li>text</li>
</ul>

4. Line break:

<BR>  (note there is no closing tag)

5. Paragraph break

<P> </P>

6. Center text:

<CENTER> </CENTER>

7. Image link (no border):

<a href=”http://www.espn.com” target=”_blank”> <img src=”xyz.gif” /> </a>

8. Grouping

<DIV> </DIV>

9. Clickable Cell Phone Number Links

To maximize the cell phone use of your website, add clickable cell phone links, such as the following example I used

For immediate on-call SHI home inspection, call or text now: <a href=”tel:+16313772046″> 631 377 2046.</a>

The following is a link to a more comprehensive list of HTML tags:

http://www.thuto.org/ubh/web/html/tags1.htm

Before you can edit your WordPress website, you need to login. Here’s the generic login URL:

http://www.yoursite.com/wp-admin

If you would like some coaching on blogging and/or how to change your WordPress website don’t hesitate to contact me:

Rhwarden1@gmail.com

631 377 2046

Tags: HTML link codes, most common HTML link codes