Hyperlink in Html
We can create hyperlink in the HTML document to use many of the windows services here is a set of some services such as: word, excel PowerPoint calculator etc.
< html >
< body link="blue" alink="red" vlink="yellow" >
< h1 > Welcome< /h1 >
< table border="4" >
< th > Link< /th >
< tr >
< td > < a href="C:\Program Files\Microsoft Office\OFFICE11\winword.exe" > Ms-Word < /a > < /td >
< /tr >
< tr >
< td > < a href="C:\Program Files\Microsoft Office\OFFICE11\Excel.exe" > Ms-Excel < /a > < /td >
< /tr >
< tr >
< td > < a href="C:\Program Files\Microsoft Office\OFFICE11\powerpnt.exe" > Powerpint < /a > < /td >
< /tr >
< tr >
< td > < a href="C:\WINDOWS\system32\calc.exe" > Calculator < /a > < /td >
< /tr >
< tr >
< td > < a href="C:\WINDOWS\system32\Notepad.exe" > Notepad < /a > < /td >
< /tr >
< /table >
< /body >
< /html >
Code of hyperlink
1 Introducation to HTML.
when you click on 1 Introducation to HTML. it will go to
"http://www.dotnetspider.com/"
it is called hyperlink.
see this code