click here to watch video tutorial

View Video in HD Full Screen Below



To view video in HD hover you mouse over "360p" and select 720p after you click play.
Next, click the four arrows icon to view in Fullscreen


Creating website links!

In the Introduction to HTML exercise we learned what the main components are that make up a website. We will now take that same code and expand on it even more by adding website links.

To create a link:

Code:
<a href="http://howtoawebsite.com">How To a Website</a>
Results:


If you take a look at the code above notice how the URL you want to link to (in this example http://howtoawebsite.com) is in quotes. You need to be inside the quotes in order to make the link work.

Here is another example:

Code:
<a href="your URL here">Your Link Name Here</a>

 

Let's put it all together:

Code:

<html>
<head>
<title>Make up a title here</title>
</head>

<body>
This is my first test
<a href="http://howtoawebsite.com">How To a Website</a>
</body>
</html>

Results:
This is my first test How To a Website



remember to keep your files organized!

Folder Organiztion ScreenshotWhen you create your website remember to keep everything clean. Start by creating a "new folder" on your desktop. Give it a name. In that folder you will have sub folders such as Images, etc. The images folder will contain images that will be used in your website. (screenshot on the left).

 

 

 

 


Still having trouble? Download the exercise files here and follow along.

Latest Blog Entries

Subscribe to RSS headline updates from:
Powered by FeedBurner

Website Resource Links

SBI (Site Build It) | Build Quality Sites With Simple Tools
Godaddy | Buy a Domain Name

My Top 3 Website Hosting Companies
Host Gator | Affordable Website Hosting
Blue Host | Website Hosting
Fat Cow | Eco Friendly Hosting