old-www/authors/template-ld/big-howto-template-ld-14.html

82 lines
2.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>HOWTO-template for big HOWTOs : Samples </TITLE>
<LINK HREF="big-howto-template-ld-15.html" REL=next>
<LINK HREF="big-howto-template-ld-13.html" REL=previous>
<LINK HREF="big-howto-template-ld.html#toc14" REL=contents>
</HEAD>
<BODY>
<A HREF="big-howto-template-ld-15.html">Next</A>
<A HREF="big-howto-template-ld-13.html">Previous</A>
<A HREF="big-howto-template-ld.html#toc14">Contents</A>
<HR>
<H2><A NAME="samples"></A> <A NAME="s14">14. Samples </A></H2>
<P><EM>This section gives some simple SGML examples you could copy.
Read the source to see how it was done.</EM>
<P>
<P>
<H2><A NAME="ss14.1">14.1 Lists</A>
</H2>
<P><EM>Lists appears many times, in a number of formats:</EM>
<P>Unlisted bullets:
<P>
<UL>
<LI>Apples</LI>
<LI>Oranges</LI>
<LI>Bananas</LI>
</UL>
<P>Tagged lists
<P>
<DL>
<DT><B>Fruits</B><DD><P>such as apples, oranges, and more.
<DT><B>Nuts</B><DD><P>Don't eat too many; you are what you eat.
<DT><B>Vegetables</B><DD><P>Potatos are spelled with care.
</DL>
<P>
<P>
<H2><A NAME="ss14.2">14.2 Links</A>
</H2>
<P><EM>Links can be used within your documents
to refer to different sections and chapters or
to refer to documents external to yours.</EM>
<P>Internal links
<P>Click on
<A HREF="#samples">this</A>
link to jump to the top of this chapter. Note the
anchor at the section tag.
<P>
<P>External links
<P>Click on
<A HREF="http://www.LinuxDoc.org/">this</A>
link to jump to the LDP site.
Note you can use http, ftp, news and other protocols
in the locator if required.
Note that the character ~ has to be escaped, see the source
for details.
<P>
<H2><A NAME="ss14.3">14.3 Images</A>
</H2>
<P><EM>Avoid diagrams if possible as this cannot be rendered in the
ascii outputs which are still needed by many around the world.</EM>
<P>
<FIGURE>
<EPS FILE="somegraphics.eps">
<IMG SRC="somegraphics.jpg">
<CAPTION>Graphics Test Image</CAPTION>
</FIGURE>
<P>
<P>
<P>
<HR>
<A HREF="big-howto-template-ld-15.html">Next</A>
<A HREF="big-howto-template-ld-13.html">Previous</A>
<A HREF="big-howto-template-ld.html#toc14">Contents</A>
</BODY>
</HTML>