Internal linking

Internal linking-As per our requirement we can create link .If we want to connect one part of the page to another part of the same page then we will use internal link.
As you have seen in the many websites many terms are written at the top of the page and explained in the middle and bottom side of the page. You don’t need to scroll the page just click on the link text and you will be on that definition or information.
To apply internal linking two attributes (Href and Name ) of “Anchor Tag <A>” are used.
<html>
<head>
<title>internal linking</title>
</head>
<body>
<font color="blue" size="+5" >

<center>
<U><h1>Network Terminology</h1></U></font></center></center>
<font color="#3333FF" size="+4" face="Times New Roman, Times, serif" >
<Table  width="150"align="center" bgcolor="#CCCCCC" border="1" bordercolor="#000000" cellpadding="15" > </font>
<tbody align="justify" >
<tr bgcolor="#FF0000" >
<th width="10">S.no</th>
<th width="140">Topics</th>
</tr>
<tr>
<td>1.</td>
<td><a href="#Network">Network</td>
<tr>
<td>2.</td>
<td><a href="#Internet">Internet</td>
</tr>
<tr><td>3.</td>
<td><a href="#Intranet">Intranet</td>
</tr>
<tr><td>4.</td>
<td><a href="#Isp">Isp</td>
</tr>
</td>
</tr>
</tr>
</tbody>
</Table><br>

<a name="Network">
<h3>Network</h3>
<p align="justify">A network is  a interconnection of computers or a network is a group of computers .When two or more tham two computers are connected each other they form network.</p>
<img src=".jpg"    height="300" width="400" /><br>
<a name="Internet">
<h3>Internet</h3><p align="justify">Internet is a network of network .It  is a biggest network in the world .it is also called global network.We can say that it is a type of WAN (collection of all Networkly connected LANS and MANS</p>
<img src=".jpg"    height="300" width="400" /><br>
<a name="Intranet"><h3>Intranet</h3>
<p align="justify">Like internet it is also a network of metwork but It is a private network(not for all )only authorised people can access that network ex. Any company network,Bank network(Bank employees and customer  have different access rights)</p>
<img src=".jpg"    height="300" width="400" /><br>
<a name="Isp"><h3>Isp</h3>
<p align="justify">ISP stands for internet service provider, These are the companies that provides internet facility to the user .They have their own servers(As we know that server provide different kind of services to the user user send a request to the server and finally server create a response).These are some ISP's in india
<h4>MTNL,BSNK,AIRTEL,RELIANCE<h4>
<img src=".jpg"    height="300" width="400" /><br>
<marquee style=" margin-left:40px; margin-right:auto;background:#9CC" behavior="alternate" height="25" width="900" bgcolor="#000000" direction="left" onMouseOver="this.stop();" onMouseOut="this.start();"><font style="color:#F00" size="+6" >for more detail you will have to wait.......</font></marquee>
</center>
</body>
</html>

No comments:

Post a Comment

  HTML IBM introduced GML (general mark-up language) 1980's . it was a language that aimed to create web page by using headings ,text ...