home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / arachne / archn170.exe / AHTML40.TXT < prev    next >
Encoding:
Text File  |  2001-01-20  |  3.8 KB  |  138 lines

  1.  
  2. This is complete list of 102 unique HTML tags and 20 "aliases" to these tags
  3. already supported by Arachne WWW browser.
  4.  
  5. Arachne will attempt to render these tags according to HTML/4.0 specification.
  6. This listing is synchronized with files html.h (list supported tags) and
  7. analtag.c (tag detection engine). These files are part of Arachne source code.
  8.  
  9. -----------------------------------------------------------------------------
  10. Tag:                Arguments,comment:
  11. -----------------------------------------------------------------------------
  12. <P>                 ALIGN
  13. </P>
  14. <A>                 HREF,NAME,TARGET
  15. </A>
  16. <IMG>               SRC,ALT,HEIGHT,WIDTH,ALIGN,BORDER,ISMAP,USEMAP
  17. <BR>                CLEAR
  18. <CENTER>
  19. </CENTER>
  20. <NOBR>
  21. </NOBR>
  22. <DIV>               ALIGN
  23. </DIV>
  24. <H1>                ALIGN
  25. </H1>
  26. <H2>                ALIGN
  27. </H2>
  28. <H3>                ALIGN
  29. </H3>
  30. <H4>                ALIGN
  31. </H4>
  32. <H5>                ALIGN
  33. </H5>
  34. <H6>                ALIGN
  35. </H6>
  36. <TT>
  37. </TT>
  38. <PRE>
  39. </PRE>
  40. <FONT>              SIZE,COLOR [+arachne extension "3D"]
  41. </FONT>
  42. <BASEFONT>          SIZE,COLOR
  43. </BASEFONT>
  44. <HR>                SIZE,WIDTH,ALIGN
  45. <B>
  46. </B>
  47. <I>
  48. </I>
  49. <TABLE>             WIDTH,ALIGN,BORDER,BGCOLOR,CELLSPACING,CELLPADDING,FRAME
  50. </TABLE>
  51. <TD>                COLSPAN,ROWSPAN,BGCOLOR,WIDTH,ALIGN,VALIGN,NOWRAP,BACKGROUND
  52. </TD>
  53. <TR>                BGCOLOR
  54. </TR>
  55. <TH>                COLSPAN,ROWSPAN,BGCOLOR,WIDTH,ALIGN,NOWRAP
  56. </TH>
  57. <LI>
  58. </LI>
  59. <DD>
  60. </DD>
  61. <UL>
  62. </UL>
  63. <OL>
  64. </OL>
  65. <BLOCKQUOTE>
  66. </BLOCKQUOTE>
  67. <INPUT>             NAME,VALUE,TYPE,SRC [+arachne extensions]
  68. <BUTTON>            NAME,VALUE,TYPE [+arachne extensions]
  69. </BUTTON>
  70. <FORM>              ACTION,METHOD,TARGET [+arachne extensions]
  71. </FORM>
  72. <HEAD>
  73. </HEAD>
  74. <TITLE>
  75. </TITLE>
  76. <SCRIPT>            [currently implemented only to ignore script code]
  77. </SCRIPT>
  78. <STYLE>
  79. </STYLE>
  80. <CAPTION>           COLSPAN,ROWSPAN,BGCOLOR,WIDTH,ALIGN,NOWRAP
  81. </CAPTION>
  82. <TEXTAREA>          ROWS,COLS,NAME,WRAP [+arachne extensions]
  83. </TEXTAREA>
  84. <BODY>              BGCOLOR,BACKGROUND,COLOR,LINK [+arachne extensions]
  85. </BODY>
  86. <BASE>              HREF,TARGET
  87. </BASE>
  88. <CODE>
  89. </CODE>
  90. <FRAMESET>          ROWS,COLS
  91. </FRAMESET>
  92. <FRAME>             SRC,NAME,SCROLLING,MARGINWIDTH,MARGINHEIGTH,BORDER,FRAMEBORDER,FRAMESPACING
  93. <SELECT>            SIZE,NAME,MULTIPLE
  94. </SELECT>
  95. <OPTION>            VALUE,SELECTED
  96. </OPTION>
  97. <U>
  98. </U>
  99. <NOFRAMES>
  100. </NOFRAMES>
  101. <SMALL>
  102. </SMALL>
  103. <BIG>
  104. </BIG>
  105. <SUB>
  106. </SUB>
  107. <SUP>
  108. </SUP>
  109. <MAP>               NAME
  110. </MAP>
  111. <AREA>              SHAPE,COORDS,HREF,NOHREF
  112. <META>              HTTP-EQUIV,CONTENT
  113. <LINK>              REL,HREF
  114. <EMBED>             SRC [note: this tag currently works only offline]
  115. <ARACHNE>           MSG,RAW,NOCACHE,PRINT [tag specific to Arachne]
  116.  
  117. -----------------------------------------------------------------------------
  118. Alias:              Recognized as:    Comment:
  119. -----------------------------------------------------------------------------
  120. <ADDRESS>           <I>               what else can we do with it ?
  121. </ADDRESS>          </I>
  122. <CITE>              <I>
  123. </CITE>             </I>
  124. <DT>                <LI>
  125. <DL>                <OL>              in future these tags will be
  126. </DL>               </OL>             changed rather to <UL>. <OL>
  127. <DIR>               <OL>              items should be numbered.
  128. </DIR>              </OL>
  129. <MENU>              <OL>
  130. </MENU>             </OL>
  131. <EM>                <I>               what was wrong with <I> ?
  132. </EM>               </I>
  133. <KBD>               <CODE>            rendered as <TT><B>
  134. </KBD>              </CODE>
  135. <S>                 <B>               maybe this should read <STRIKE> ?
  136. </S>                </B>
  137. <STRONG>            <B>               again, what was wrong with <B> ?
  138. </STRONG>           </B>