Miscellaneous tags
AnchorsThe A tag is links a single HTML document to other documents. These other documents can be other HTML documents or even audio, image or video files. Of the two attributes listed above, HREF is used to specify a location to which the anchor points.. This could be a document anywhere within the World-Wide Web, or a related document on the same server, or even a section within the same document. For example, the following code example creates a link to our main home page: <A HREF="http://www.eng.hawaii.edu/">Our home page< ;/A>The HREF attribute given above has what is called an absolute URL. In addition to absolute references, documents located on the same server may be specified by the path starting from root ("/") or a reference relative to the current document. The NAME attribute allows a symbolic name to be set for a particular location within the document. This location can then be referred to by appending a pound symbol (#) to the document's URL, or simply jumping referring to the location in an HREF located in the same document. The following two tags demonstrate jumping from one location to another: <A NAME="top">top of the document</a>When the user selects the second anchor, the browser will go to the location at which the first anchor is located. AppletsSome browsers programs support the embedding "applets" within theare given in the table below, with paragraphs describing them following the table:
|