INTERNAL LINKING

You can also create links to the other link to the other parts of the same document .It needs two instances of the anchor tag.

NAME ATTRIBUTE

The Nameattribute allows the user to create links with in the same document .The attribute specifies the name of the anchor being set up.The value of the name atribute is an identifier for the anchor..,and this should always be unique.The text that you define with the name attribute will not get highlited when displayed by the browser.

<html >
<head> <title> hypertext </title></head>
<body bgcolor="light yellow">
<h2>input devices </h2>
<p>click the following links to check their details. <br >
<a href ="# keyboard">:keyboard </a><br>
<a href="# scanning system"></a> <br>
<a href ="# ocr">ocr</a> <br>
<a href="#omr">omr </a> <br>
< a name ="keyboard">
<b> keyboard </b> <br> <br> <p>

A key board is the main input device that lets you input data and execute commands given to the computer.It has some additional keys categorised into four main areas: <br> <br>

  1. Typing keypad:it includes all character symbols(a-z)<br>
  2. Numeric keypad:it includes number keys from 0-9 <br >
  3. function keys:There are 12 keys which perform special tasks.they are from f1 to f12.<br>
  4. editing keypad:It comprises of insert,delete,backspace,page up,page down,etc. <br>
    <a name="scanning system">
    <b>scanning systems </b><br >
  5. scanning systems are the eyes if a computer tjat read words ,pictures, or numbers directly from the page and convert them into a form which the computer can understand ,and display them directly on the monitor .scanner

learning computers withKipspage no:116

         
Home