This paragraph has overlapping tags, starting Bold, adding Cite finishing the Bold and finally the Cite.
All Styles can have Bold, Bold and Italic, and Italic applied to them unless they are already bold or Italic of course, and assuming that an appropriate font is available.
<TITLE>The simplest HTML example</TITLE>
<H1>This is a level one heading</H1>
Welcome to the world of HTML.
This is one paragraph.<P>
And this is a second.<P>
HTML documents are in plain text format and can be created using any
text editor (e.g., !Edit, !DeskEdit, Emacs, vi etc.).
URL to a gif picture
TLAs start here
(An example of <DL> lists actually)
WWW
World Wide Web
SGML
Standard Generalized Markup Language - This is perhaps best be
thought of as a programming language for style sheets.
Images Time
By default the bottom of an image is aligned with
the text as shown in this paragraph.
OR
Include the align=top
parameter if you want the viewer
to align adjacent text with the top of the
image as shown in this paragraph.
The full inline image tag with the top alignment is:
<IMG ALIGN=top SRC="filename.gif">
You can of course have many images per line , all without the aid of a mirror.
If you have Decode HTML Extensions enabled in the Decoding section of the choices windows, then this will wrap nicely round the image on the right. (Assuming that the text is long enough to cause wrapping of course)
If the text wrapped round the image above then, then this text will also wrap nicely round the image on the left. (again assuming that the text is long enough to cause wrapping) These two image alignments are extensions first implemented in Netscape.