Your Guide to Professional
Web Site Design and Development

HTML Tips
HTML Codes
Web Development
Web Design Tips
JavaScript Codes
216 Web Safe Colors
CSS Tutorial
JavaScript Tutorial
ASCII Character Codes

Offering a guide to professional web site design, web page design and web design guidelines

| Web Site Development | HTML Codes | HTML Tips | Web Design TipsJavascript Snippets | 216 Safe Colors | Symbols | CSS Tutorial | JavaScript Tutorial |

Creating HTML Links within the same Web Page

You can create a link within the same page by adding the following codes.

STEP 1

Select the area you want the link to take you to when clicked on and place the following code within your HTML. Change the name indicated in bold to anything you'd like. This will create an anchor for your link.

<A NAME="Anyname">Your Text</A>

STEP 2

Create your link and make sure you use the same name as you used in your anchor.

<A HREF="#Anyname">Click Here</A>

 More Web Design Tips