Elements of Web Design (some suggestions):
<img src="images/logomed.gif" alt="NASIG Logo">
or
<img src="graphics/serialst.gif" alt="SERIALST Scope & Purpose">
|
[Return to
Outline of Contents]
Creative Use of Linking
<a href="http://nasig.ils.unc.edu">NASIGWeb</a>
displays simply as: NASIGWeb
|
Name the section of the text you wish to link to:
<a name="link">Creative Use of Linking</a> |
To link to that portion of the text, use a hypertext reference anchor
(a href=), followed by the hash sign (#) and the "name" of the
section. Close the anchor with an </a> code:
<a href=#link>Creative Use of Linking</a> Here is the actual link: Creative Use of Linking(see other examples by viewing the Contents table in the source file for this page). |
Embed the "img src" file that you wish to link within a
hypertext reference anchor (a href=). Close the anchor with an
</a> code:
<a href=#contents> <img src="quilt.gif"></a>This method was used to link the quilt.gif image that you see below to the Table of Contents at the top of this file (view source file). |
If you wanted to link the image to a remote document, use a
hypertext reference anchor to any URL. For example, to link a (borrowed)
image to a remote server (e.g., NASIG Conference page) code:
<a href="http://http://www.unm.edu/~nasig.> < img src="nasig2.gif"> NASIGWeb</a>for the resulting "hot" graphic and text link(s): NASIG'96 Conference |
[Return to
Outline of Contents]
Special Character Formatting There are three characters that must be specially coded if you
want them to display in an HTML document:
> = the code for > (right-angled bracket) & = the code for & (ampersand) |
Additional codes support a number of other non-ASCII characters and
diacritical marks. A partial list is included below:
ñ = the code for a lowercase n with an tilde: ñ È = the code for an uppercase E with a grave accent: È é = the code for a lowercase e with an acute accent: é (You can substitute other letters for the o, n, E and e shown above.) © = the code for a copyright symbol: © |
[Return to
Outline of Contents]
Graphics: Web Archives and Creating Your Own| Notes: The use of the attribute BACKGROUND="URL.gif" is a part of the proposed HTML 3.0 and is supported by browsers such as Mosaic and Netscape. Background colors and text colors are Netscape and not HTML 3.0 extensions. To view these features, you should be using a Netscape Navigator browser, version 1.1N or better. Note that the use of Netscape extensions should not "break" any non-compatible browser's ability to view the documents. |
Techniques:
|
References:
Graphic Archives (sites for linking or downloading graphics):
[Return to
Outline of Contents]
Tables
<table border=10 width=100% cellpadding=10>
<tr>
<td align=left>
<img
src="http://www.uvm.edu/~bmaclenn/graphics/quilt7a.gif"></td>
<td>
<a href=#design-fun>Elements of Web Design (some suggestions)</a>
<br>
Techniques for ...
<a href=#link> <li>Creative Use of Linking</a>
<a href=#char>
<li>Special Character Formatting</a>
<a href=#graphics> <li>Graphics: Web Archives and Creating Your
Own</a>
<a href=#tables><li>Tables</a>
<br>
<a href=#guides> References: Guides to Style and HTML
Coding</a>
</td> </tr>
</table>
References:
[Return to
Outline of Contents]
References: Guides to Style and HTML Coding:
[Return to
Outline of Contents]
[Return to
Workshop Intro page]