Go to: English Help   French Page  French Help


• HTML Markers Help •

You can use this topic in two ways:

 Synopsis 





<!-- x --> Allows you to write a comment. All strings written inside (at the location of "x") are not displayed on the screen.
Synopsis




<A …> x </A>: Anchor Builds a link. Usual attributes:  Reachable from the tool-bar Tool-bar

Synopsis




<B> x </B> Bold, writes the text in bold. If the whole of the text is already in usual bold, you can get an upper font-weight with the <STYLE> STYLE marker. Add the instruction-row:

B { font-weight:900 }.
You get THIS!
 Works in the lists items and in the table-cells.
None anti-marker!

Synopsis




<BGSOUND> Background Sound.
To play a sound file: *.WAV, *.MID, *.RMI. Sound Topic Must be placed inside the <HEAD>  markerHEAD
Usual attribute: LOOP="number" which gives the loop(s) number. "0": infinite.
The anti-marker is optional.

Synopsis




<BIG> x </BIG>Warning! Higher. Increases the text size from the current one into the next upper size.
Example: if the current size is H4 (default), it becomes <H3>.

Synopsis




• BODY •

<BODY …> x </BODY> Delimits the body of the file; this marker is absolutly indispensable; it's automatically written by Netedit when you create a new HTML file New File Topic Usual attributes:
Synopsis




<BR> Break Row-break. Wraps the text to the next row. Works too in the lists and in the table-cells.
None anti-marker!

Synopsis




<CENTER> x </CENTER> To centre. Allows to centre an item -text or picture- when the current alignment is different. Very useful within lists, when you want for embed a centered picture.

Synopsis




<CITE> x <CITE> Citation. Used "as is", it's similar to <EM>:EM the text becomes italic. You can get a different emphasis placing <CITE> inside a <STYLE> STYLE marker, or an external "*.css" style-sheet.
Synopsis




<MARKER CLASS="name"> Defines a class for the marker in an external *.css style-sheet or within a <STYLE> marker The writing within <STYLE> is:

MARKER.name{ needed-css-instructions }

This attributes is used more and more, because the newest Web browsers no longer recognize several simpler css-instructions which worked with the previous version!
Synopsis




<COMMENT> x </COMMENT> Comment, similar to: <!-- -->.
Though obsolete, it works still, and can be useful to find an error caused by the new <!-- --> marker

Synopsis




<DIR> List </DIR> Directory: in fact, it's a simple bulleted list .
Each new row item is created by a <LI> LI marker.
Doesn't support any usual attribute; the bullet is always a full disk like:

Customized bullets:

With a small *.BMP, *.GIF. *.PNG or *.JPG pic, you can create a customized bullet, and place it at each list item start. To do this, write an instruction-row in the <STYLE> STYLE marker, or an external *.css style-sheet like :

DIR.name{list-style-image:url("path/image.xxx");disk;}
The indication : disk; allows to write a standard bullet if the picture is missing.

In your HTML file, the code becomes:
<DIR CLASS="name">

These customized bullets don't work in any case if the file is compiled as CHM! The "Help project script" [ *.hhp ] writing must be adapted. No problem with HTML…
The </DIR> anti-marker causes a row-break.

Synopsis




<DIV …> x </DIV> Sets an alignment for a part of the file included inside (at the location of "x").
Supports only the attributes:
Synopsis




<EM> x </EM> Emphasis, allows to distinguish a part of the text.
Used "as is", the text becomes simply italic. It's cleverer to use it inside a <STYLE> STYLE marker or an external *.css style-sheet with an instruction-row like:
EM {font-weight:attribut-value;color:colour-value;text-decoration:attribut-value }.

That allows a more homogenous look; so, you don't write again the style / colour markers for every part of the text to distinguish.

Synopsis




<EMBED …> Embed: to add Multimedia effects (Sound, Video...) in your page. Embed Topic
 Uses the attributes: The anti-marker is optional.

Synopsis




• FONT •

<FONT …> x </FONT> Characters font. Defines the font for the text written inside (x). Needs attributes: Synopsis



<FRAME …> Defines a frame (covering window) on your HTML page. Must be used within the next <FRAMESET> marker. It has numerous attributes. The most usual are:The anti-marker is optional.

Synopsis




<FRAMESET …> x </FRAMESET> Set (a) frame(s). Allows to build a page having one or several frames HTML File having frames
The following attributes define the characteristics of the frame(s) for this page:
Synopsis




<H'n'> x </H'n'> Standard Font Heights.
Synopsis




• HEAD •

 <HEAD> x </HEAD> The file Head. Its own attributes aren't very used; in fact, <HEAD> contains especially the following markers:
Synopsis




<HR …> Draws a partition line Partition-line dialog-box in the text . You can add attributes: supports the partition-line: menu "HTML" "Style" "Partition Line"
The anti-marker is optional.

Synopsis




• HTML •

 <HTML> xxx </HTML> writes <HTML> when you create a new file New file Topic

Synopsis




<I> x </I> Writes the text in italic. Available on the tool-bar Tool-bar

Synopsis




• IMG •

<IMG …> Image Pictures Topic To embed a picture or a video too in the page. It uses numerous attributes: The anti-marker is optional.

Synopsis




<LI> List, adds a new row item to a list. Must be used with the list-builders markers:
<DIR>DIR, <UL>UL and <OL>OL.
<LI> has attributes, but not very used...
It's useful to prepar a button Customizable Tool-bar to write <LI>
The anti-marker is optional.

Synopsis




<LINK> Resource Link, especially used to locate an external *.css Style Sheet.
writes <LINK> with the appropriate attributes:
<LINK REL=STYLESHEET HREF="path/file.css" TYPE="text/css">

 To get it: menu HTML  Style Sheet  <LINK>
 Must be placed within the <HEAD> marker only. HEAD
The anti-marker is optional.

Synopsis




• MAP •

 <MAP …> aaa </MAP> Active areas map for a reactive picture Reactive Picture Topic builds automatically the "Maps". "Map" example below:

<IMG SRC="icon.bmp" HEIGHT="60" WIDTH="46" USEMAP="#icon" BORDER="0">
<MAP NAME="icon">
<AREA HREF="#title" SHAPE="rect" COORDS="43,58,4,36" ALT="Title">
<AREA HREF="#stamp" SHAPE="rect" COORDS="7,4,33,33" ALT="Stamp">
</MAP>

The anti-marker</MAP> causes a row break.
Synopsis




• MARQUEE •

 <MARQUEE …> text </MARQUEE> Text animation. Numerous attributes allow to define the text animation: writes <MARQUEE> -simplified, but you can adapt it to your needs- from:
menu HTML Effects Marquee (IE).
This marker works with MS-IE® only, also with some "light" browsers like: LEM by R. Remblain.
It works with the Netedit built-in HTML viewer Built-in Viewer

Synopsis




<META …> Specifies the page for the search-engines. Please, consult the special topic Meta-markers Topic
writes automatically these markers; example: this file meta-markers:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
<META NAME="author" CONTENT="S. Morey & C. Charries">
<META NAME="copyright" CONTENT="XnView,Corel3.0,Netedit7.2,Win.Commander4.54(Re)">
<META NAME="creation_date" CONTENT="16/10/2001">
<META http-equiv="content_language" CONTENT="en">
<META NAME="generator" CONTENT="Netedit 7.2">


Synopsis




<NOFRAMES> text </NOFRAMES> Consult: <FRAMESET> FRAMESET

Synopsis




• OL •

<OL …> list </OL> Ordered List.
Each new row item is added by a <LI>LI   marker. <OL> has two usual attributes:

 TYPE="value", shows the type in which the rows'll be referenced:  START="value", following the list-type, you choose the first symbol (number or letter) for a first list; example: "1" or "A"; then, if you need to embed another item in the list -like a bulleted sub-list or a picture- you can create a second <OL> which starts with the last symbol of the first list +1.
 Example of codes: <OL TYPE="1" START="1"> <LI>This is an ordered list, <LI>Now, I show you our logos: </OL> <CENTER> <IMG SRC="toile-fr.gif">&#160;&#160;&#160; <IMG SRC="hibou-a.gif"> </CENTER> <OL TYPE="1" START="3"> <LI>And the list continues... <LI>Useful, isn't it? </OL>  View on the screen:
  1. This is an ordered list,
  2. Now, I show you our logos:
Author's site     Writer's site
  1. And the list continues...
  2. Useful, isn't it?
writes the lists: menu HTML Style Lists Choose the list-type, or the <LI> marker.
It's useful to prepar a button Customizable tool-bar with the <OL> code and its attributes like:

<OL TYPE="x" START="y"></OL>
you just need to complete it for use...
The </OL> anti-marker causes a row-break.

Synopsis




<P …> x </P> Paragraph, delimits a paragraph.
The anti-marker </P> is optional. However, <P> supports the Align="value" ("center", "right", "left") attribute; in this case, the </P> anti-marker is necessary.

Synopsis




<S> x </S> Strike Strikes the text. Example: O! It's a mistake!

Synopsis




<SMALL> x </SMALL> Smaller, decreases the current font-size into the first next lower one.
Example: It's smaller!
It's useful to prepar a button Customizable tool-bar to write this marker.

Synopsis




<SPAN> xxx </SPAN> Allows to avoid instructions of a style-sheet:
<SPAN STYLE="instructions"> xxx </SPAN>

To write it: Menu HTML  Style Sheet  "Span"
<SPAN> doesn't work with some browsers…

Synopsis




<STRONG> x </STRONG> Stronger. Used "as is", writes the text as bold.
If the whole of the text is already bold, you can get an "extra-bold" text placing <STRONG> within a <STYLE>STYLE marker or a *.css style-sheet with the instruction:
STRONG { font-weight:900 }

Synopsis



• STYLE •

<STYLE …> css-instructions </STYLE> Defines a style for some similar items in the file; hence, isn't necessary to write again the same style-markers! Example:

<STYLE TYPE="text/css">
<!--
H1 { color:red }
BODY.bld{ font-weight:700 }
STRONG { font-weight:900 }
// -->
</STYLE>

You'll get: writes the <STYLE> marker: menu HTML Style Sheet "Style".

Synopsis




<SUB ...> x </SUB> Indice. Example: C2H5OH
• Usual attribute:
CLASS="name" to define the font characteristics for <SUB>

Synopsis




<SUP ...> x </SUP> Exponant. Example: 106
• Usual attribute:
CLASS="name" to define the font characteristics for <SUP>

Synopsis




• TABLE •

<TABLE …> covering-markers </TABLE> Table. It's the main marker to build a table; it's a so complex structure to write "by hand"! In fact, several covering markers are needed for each cell in the table; moreover, they can have their own attributes ...
Hence, the Table writing has been very well planned and automated with :  Simple Table-codes example:
<TABLE WIDTH="40%" BORDER="3" BGCOLOR="#80FF80"> <TR> <!-- ligne 1 colonne 1 --> <TD ALIGN="center"> Cell: Row #1 <BR> Column #1 </TD> <!-- ligne 1 colonne 2 --> <TD ALIGN="center"> Cell: Row #1<BR>Column #2 </TD> </TR> <TR> <!-- ligne 2 colonne 1 --> <TD ALIGN="center"> Cell: Row #2<BR>Column #1 </TD> <!-- ligne 2 colonne 2 --> <TD ALIGN="center"> Cell: Row #1<BR>Column #2 </TD> </TR> </TABLE> On the screen:
Cell: Row #1
Column #1
Cell: Row #1
Column #2
Cell: Row #2
Columnn #1
Cell #2
Column #2

 To get the dialog-boxes which build a table: Menu HTML  Table  Table.
Keyboard-shortcut: F9

Synopsis




<TITLE> text </TITLE> The title of the page. Its displayed on the browser title-bar and / or / in its status-bar This element may only be used within the <HEAD> HEAD marker.
Synopsis




<U> x </U> Underlined. Writes the text as underlined. Available on the tool-bar Tool-bar 

Synopsis




<UL …> list </UL>Unordered List, bulleted list; its usual attribute is: TYPE="value" which defines the bullet-type as "disk", "circle", or "square". Example:

"disk"
"circle"
"square" Each new item-row is added by a <LI>LI marker.

writes the lists: menu HTML Style Lists Choose the list-type or the <LI> marker.

It's useful to prepar a button Customizable tool-bar  for the <UL> code and its attribute like:
<UL TYPE="x"></UL> then, just complete it following the needs...

Customized bullets:
With a small pic *.PNG, *.BMP, *.GIF or *.JPG, you can create a customized bullet to place at each new item-row start. To do that, you need to write an instruction within the <STYLE> STYLE marker,
or an external *.css style-sheet file:
UL.name{list-style-image:url("path/image.xxx");disk;}
The instruction: disk; allows to display a standard bullet if the picture is missing .

The "type=x" attribute is replaced in the HTML file by:
<UL CLASS="name">

Example: The customized bullets work for <UL> with HTML and CHM files. However, to compile the HTML file into CHM, the "Help project script" [ *.hhp ] writing must be adapted.
The </UL> anti-marker causes a row-break.

Synopsis




<XMP> encoded HTML text example </XMP> Example. Though obsolete, it's useful still to display a long code-example... Moreover, the new markers supposed to replace it aren't really equivalent (nothing on the screen with some browsers!). You can give it a colour and a font-weight using an instruction within the <STYLE>STYLE marker.
It's useful to prepar a button Customizable tool-bar to write the <XMP> codes.
 Disadvantages:
 The </XMP> anti-marker causes a row-break,
 The default font isn't very aesthetic; to change it, only "css" instructions for a CLASS="name" attribute are efficient.
For a short example, encode the < > symbols…

Synopsis












•  Markers Architecture  •

 MARKER 

  1. <  Open-symbol: "Lower than..." angle-bracket,
  2.   Basic Marker,
  3. ONE SPACE
  4. #1 attribute
  5. "Value" within inverted commas,
  6. ONE SPACE
  7. #2 attribute
  8. "Value" within inverted commas,
  9. ONE SPACE
  10. #n... attribute
  11. "Value" between inverted commas
  12. >  Close-symbol: "Greater than..." angle-bracket.

 ANTI-MARKER 

  1. <  Open-symbol: "Lower than..." angle-bracket,
  2. / slash: specifies as an anti-marker,
  3.   Basic marker,
  4. >  Close-symbol: "Greater than..." angle bracket.

Synopsis

English Help Index
Created October / 17 / 2001 • Last update: December/ 30/ 2001.
The Netedit Help - ©Sébastien Morey & Claude Charries - 1999~2002.