home *** CD-ROM | disk | FTP | other *** search
/ BUG 12 / BUGCD1998_03.ISO / internet / arachne / arachne.exe / AHTML40.TXT < prev    next >
Text File  |  1998-01-10  |  4KB  |  127 lines

  1.  
  2. This is complete list of 91 unique HTML tags and 21 "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 synchrnoized 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
  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
  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
  50. </TABLE>
  51. <TD>                     COLSPAN,ROWSPAN,BGCOLOR,WIDTH,ALIGN,NOWRAP
  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. <INPUT>                  NAME,VALUE,TYPE,SRC [+arachne extensions]
  66. <FORM>                   ACTION,METHOD,TARGET [+arachne extensions]
  67. </FORM>
  68. <HEAD>
  69. </HEAD>
  70. <TITLE>
  71. </TITLE>
  72. <SCRIPT>                 [currently implemented only to ignore script code]
  73. </SCRIPT>
  74. <CAPTION>                COLSPAN,ROWSPAN,BGCOLOR,WIDTH,ALIGN,NOWRAP
  75. </CAPTION>
  76. <TEXTAREA>               ROWS,COLS,NAME [+arachne extensions]
  77. </TEXTAREA>
  78. <BODY>                   BGCOLOR,BACKGROUND,COLOR,LINK [+arachne extensions]
  79. </BODY>
  80. <BASE>                   HREF,TARGET
  81. </BASE>
  82. <CODE>
  83. </CODE>
  84. <FRAMESET>               ROWS,COLS
  85. </FRAMESET>
  86. <FRAME>                  SRC,NAME
  87. <SELECT>                 SIZE,NAME,MULTIPLE
  88. </SELECT>
  89. <OPTION>                 VALUE,SELECTED
  90. <U>
  91. </U>
  92. <NOFRAMES>
  93. </NOFRAMES>
  94. <SMALL>
  95. </SMALL>
  96. <BIG>
  97. </BIG>
  98. <SUB>
  99. </SUB>
  100. <SUP>
  101. </SUP>
  102. <ARACHNE>                MSG,RAW [this is tag specific to Arachne]
  103.  
  104. -----------------------------------------------------------------------------
  105. Alias:                   Recognized as:    Comment:
  106. -----------------------------------------------------------------------------
  107. <ADDRESS>                <I>               what else can we do with it ?
  108. </ADDRESS>               </I>
  109. <BLOCKQUOTE>             <UL>              like Netscape
  110. </BLOCKQUOTE>            </UL>
  111. <CITE>                   <I>
  112. </CITE>                  </I>
  113. <DT>                     <LI>
  114. <DL>                     <OL>              in future these tags will be
  115. </DL>                    </OL>             changed rather to <UL>. <OL>
  116. <DIR>                    <OL>              items should be numbered.
  117. </DIR>                   </OL>
  118. <MENU>                   <OL>
  119. </MENU>                  </OL>
  120. <EM>                     <B>               what was wrong with <B> ?
  121. </EM>                    </B>
  122. <KBD>                    <CODE>            rendered as <TT><B>
  123. </KBD>                   </CODE>
  124. <S>                      <B>               maybe this should read <STRIKE> ?
  125. </S>                     </B>
  126. <STRONG>                 <B>               again, what was wrong with <B> ?
  127. </STRONG>                </B>