<frame />
Description: Cadre ou fenêtre d'une page web.
Position (absolue): à l'intérieur de <frameset>
Attributs:
  %coreattrs;
  longdesc     %URI;          #IMPLIED
  name         NMTOKEN        #IMPLIED
  src          %URI;          #IMPLIED
  frameborder  (1|0)          "1"
  marginwidth  %Pixels;       #IMPLIED
  marginheight %Pixels;       #IMPLIED
  noresize     (noresize)     #IMPLIED
  scrolling    (yes|no|auto)  "auto"
Netscape Navigator 3.0
  BORDERCOLOR  %Color;
  FRAMEBORDER  (yes|no)


<frameset>...</frameset>
Description: Ensemble de cadre (page web multi-fenêtrée)
Position (absolue): après <head>
                    à l'intérieur de <html>
Interne: (<frameset>|<frame>|<noframes>)*
Attributs:
  %coreattrs;
  rows        %MultiLengths; #IMPLIED
  cols        %MultiLengths; #IMPLIED
  onload      %Script;       #IMPLIED
  onunload    %Script;       #IMPLIED
Netscape Navigator 3.0
  BORDER       %Pixels;
  BORDERCOLOR  %Color;
  FRAMEBORDER  (yes|no)
  ONBLUR       %Script;
  ONFOCUS      %Script;
Internet Explorer
  FRAMEBORDER  (0|1|yes|no|%Pixels;) 1
  FRAMESPACING %Pixels;      2
Référence:
  Frameset Object Microsoft



<iframe>   </iframe>
Description: Fenêtre interne au document
Position (relative): à l'intérieur de <body>
Interne: %Flow;
Attributs:
  %coreattrs;
  longdesc     %URI;          #IMPLIED
  name         NMTOKEN        #IMPLIED
  src          %URI;          #IMPLIED
  frameborder  (1|0)          "1"
  marginwidth  %Pixels;       #IMPLIED
  marginheight %Pixels;       #IMPLIED
  scrolling    (yes|no|auto)  "auto"
  align        %ImgAlign;     #IMPLIED
  height       %Length;       #IMPLIED
  width        %Length;       #IMPLIED
Non-Standard:
  [hspace]       = <taille_px>
  [vspace]       = <taille_px>
Voir: <noframes>


<noframes>...</noframes>
Description: Si le navigateur ne peut traité la balise <iframe> ou <frameset>
             Contenu affiché en alternative pour les navigateurs qui ne gèrent pas les scripts.
Position (relative): à l'intérieur de <html>
         (conseillée) : après la balise <iframe> ou <frameset>
Interne: %Flow;
Attributs:
  %attrs;