*About KCKPS
*Schools
*Students
*Parents
*Community
*Employment
*Staff
random photos of KCKPS student(s) random photos of KCKPS student(s) random photos of KCKPS student(s)

Instructional Technology

Online Courses

Link to Home Page - KCKPS Logo
   Kansas City, Kansas Public Schools   ·   625 Minnesota Avenue   ·   Kansas City, KS 66101   ·   (913) 551-3200   ·   Fax (913) 551-3217
 
Basic HTML Tutorial Page 1  |  Page 2  |  Page 3
How to Make a Hyperlink

What is a Hyperlink?
A Hyperlink is what links web pages together. The HTML code would be written as follows:

<a href = "html.html">What is HTML?</a>

What you would see on the finished web page would be:
What is HTML?

This has now become a Hyperlink. The text is now called Hypertext.

Let me explain what the tags stand for. "a" means anchor. "href" means hypertext reference. "html.html" is the file or anchor that the hyperlink refers to. And, of course we know by now, the </a> is used to end the anchor of the hyperlink.


How to Insert an Image

Adding images to your web page can be done in a very positive way, or sadly to say, it can create a total distraction of what you are trying to present to your audience. I will show you the correct basic code to use to add an image to your web page. Please understand, I cannot stress this enough, make sure your pictures are not too large to download in a short amount of time. If it takes too long to download pictures ... YOUR AUDIENCE WILL LEAVE YOUR SITE!

What you do: How it looks:

<img src="images/animatedhead2.gif" alt="Animated Head" width="75" height="69" align="left">

Animated Head

"img" means image; "src" means source; "images/animatedhead2.gif" is the image file the browser will find in the images folder and put on the screen. "alt" means alternative. It allows an alternative text to be displayed on the screen of a browser in case the image cannot be displayed ... (you can see this by holding the mouse over the picture). "width" is the width of the image in pixels and "height" is the height of the image in pixels. Including the width and height helps the page load faster. "align" means alignment. It adjusts the image position according to its adjacent text. Other values for the "align" attribute are "top", "middle", "bottom", and "right."

Notice that this is a single tag — there is no ending tag that goes with it.


This concludes the very basic introduction to hand coding HTML. There are many free tutorials on the Web that will go into more detail on hand coding HTML. For example: http://www.w3.org/MarkUp/Guide/

The HTML Writers Guild offers a very good online class (for a fee of $80 for members) ... http://www.hwg.org/services/classes/htmlclass.html

Back to Top
 
Privacy Statement   |   Map to Central Office & Education Center   |   Site Map   |   Email:webmaster@kckps.org   |   ©2007