Presentation is loading. Please wait.

Presentation is loading. Please wait.

HTML Links.

Similar presentations


Presentation on theme: "HTML Links."— Presentation transcript:

1 HTML Links

2 What is a Link? A link is the text in a website that navigates you to one of the following: Another website Another page in your site Another place on your same page To an … e.g. here’s a link in power point: google

3 Creating Links <a>Search</a>
Links are called anchor tags and created with the <a> tag Let’s create a link to Google. Which looks like the following: Search We start out with the a tags <a></a> We want the text to display: “Search” so we add that between the <a> tags <a>Search</a>

4 Creating Links Now we need to specify where the link actually navigates to on the web You specify the link using the href attribute of the anchor tag <a href=“

5 Linking to Another Page on Your Site
Make sure your new page is stored in the same directory as your other pages When creating links to pages on your webpage you simply specify the page your are linking to <a href=“about.html”>About Us</a> The file name goes in the href, and the text you want to see on your page goes in-between the <a> tags


Download ppt "HTML Links."

Similar presentations


Ads by Google