List elements are used in the body of an HTML document and may be nested.
H="Definition list"
<DL>
<DT>???<DD>???
<DT>???<DD>???
<DT>???<DD>???
</DL>
H="Directory List"
<DIR>
<LI>
<LI>
<LI>
</DIR>
H="Menu List"
<MENU>
<LI>
<LI>
<LI>
</MENU>
H="Ordered List"
<OL>
<LI>
<LI>
<LI>
</OL>
H="Unordered list"
<UL>
<LI>
<LI>
<LI>
</UL>
H=";Information Elements"
Information type elements indicate to the browser that the enclosed text should be rendered in a way according to the browser, rather than using a specific formatting style.
H="Citation"
<CITE>^&</CITE>
H="Code"
<CODE>^&</CODE>
H="Comment"
<!-- ^?[Comment=^&] -->
H="Emphasis"
<EM>^&</EM>
H="Keyboard"
<KBD>^&</KBD>
H="Strong"
<STRONG>^&</STRONG>
H="Variable"
<VAR>^&</VAR>
H=";Character Formatting"
Character formatting elements produce strict rendering of the text.
H="Big Text"
<BIG>^&</BIG>
H="Blink"
<BLINK>^&</BLINK>
H="Bold"
<B>^&</B>
H="Italic"
<I>^&</I>
H="Small Text"
<SMALL>^&</SMALL>
H="Strike"
<STRIKE>^&</STRIKE>
H="Subscript"
<SUB>^&</SUB>
H="Superscript"
<SUP>^&</SUP>
H="Underline"
<U>^&</U>
H=";Image Elements"
The Image element is used to incorporate in-line graphics into an HTML document.
H="Embed"
<EMBED SRC="^&">
H="Image"
<IMG SRC="^?[Image file name]" ALT="^?[Image text description=^&]">
H="Image with size"
<IMG SRC="^?[Image file name]" BORDER=^?[Border=0|1|2|3|4|5] HEIGHT=^?[Height] WIDTH=^?[Width] ALT="^?[Image text description=^&]">
^!INFO=This library was written by Eric G.V. Fookes to serve as a demonstration of the varied tasks that can be performed by the Editor Clipbook. You are free to customize it any way you like!>>>>If you have a useful Clipbook library that you would like to share with other NoteTab users, please submit it to...>>>>fookes@sc2a.unige.ch>>>>Your library will then be added to the Clipbook repository on the web.