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.
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>
|
learning computers withKips