home *** CD-ROM | disk | FTP | other *** search
/ PSION CD 2 / PsionCDVol2.iso / Programs / 610 / HTMLConv.sis / HTML.s5 (.txt) < prev    next >
Encoding:
EPOC Database  |  2000-07-31  |  15.4 KB  |  769 lines

  1. "DATA.APP
  2. Table1
  3. ColA1
  4. ColB1
  5. ColA2
  6. ColB2
  7. ColA3
  8. ColB3
  9. ColA4
  10. ColB4
  11. Index1
  12. ColA2
  13. jjvpjf>
  14. jU:Compiled for PSIONtm Series 5 by Igor Akaev (akaev@aha.ru)
  15. "Copyright information"LCopyright 
  16. 1995, 1996 Kevin Werbach. Noncommercial redistribution permitted.bThis Guide is not a product of Bare Bones Software; the similarity of names is purely coincidental
  17. BASIC ELEMENTS <BODY></BODY> (bulk of the page)
  18. Document Type
  19. BASIC ELEMENTS)<HTML></HTML> (beginning and end of file)
  20. Header
  21. BASIC ELEMENTS/<HEAD></HEAD> (descriptive info, such as title)
  22. Title
  23. BASIC ELEMENTS"<TITLE></TITLE>(must be in header)U
  24. Active Link
  25. Bkgrounds & Colors
  26. <BODY ALINK="#$$$$$$">8(More info at http://werbach.com/web/wwwhelp.html#color)U
  27. Bkground Color
  28. Bkgrounds & Colors
  29. <BODY BGCOLOR="#$$$$$$">
  30. (order is red/green/blue)
  31. Link Color
  32. Bkgrounds & Colors
  33. <BODY LINK="#$$$$$$">
  34. Text Color
  35. Bkgrounds & Colors
  36. <BODY TEXT="#$$$$$$">
  37. Tiled Bkground
  38. Bkgrounds & Colors
  39. <BODY BACKGROUND="URL">
  40. Visited Link
  41. Bkgrounds & Colors
  42. <BODY VLINK="#$$$$$$">
  43. Align Text
  44. Dividers
  45. <P ALIGN=LEFT|CENTER|RIGHT></P>
  46. Clear Textwrap
  47. Dividers
  48. <BR CLEAR=LEFT|RIGHT|ALL>
  49. Horizontal Rule
  50. Dividers
  51. Horizontal Rule Alignment
  52. Dividers
  53. <HR ALIGN=LEFT|RIGHT|CENTER>
  54. Line Break
  55. Dividers
  56. <BR> (a single carriage return)
  57. zx~XR
  58. No Break
  59. Dividers
  60. <NOBR></NOBR>
  61. N1.0 (prevents line breaks)U    Paragraph
  62. Dividers
  63. <P></P>
  64. (closing tag often unnecessary)U
  65. Solid Line
  66. Dividers
  67. <HR NOSHADE>
  68. (without the 3D cutout look)
  69.     Thickness
  70. Dividers
  71. <HR SIZE=?> (in pixels)
  72. Width
  73. Dividers
  74. <HR WIDTH=?> (in pixels)U
  75. Width Percent
  76. Dividers.<HR WIDTH="%"> (as a percentage of page width)
  77. N1.0U
  78. Word Break
  79. Dividers
  80. <WBR>&N1.0 (where to break a line if needed)U
  81. Base Font Size
  82. Formatting*<BASEFONT SIZE=?> (from 1-7; default is 3)
  83. N1.0U
  84. Blinking
  85. Formatting
  86. <BLINK></BLINK> N1.0 (the most derided tag ever)
  87. Formatting
  88. <B></B>U
  89. Center
  90. Formatting
  91. <CENTER></CENTER>
  92. (for both text and images)
  93. Change Font Size
  94. Formatting
  95. <FONT SIZE="+|-?"></FONT>U
  96. Column Gutter
  97. Formatting5<MULTICOL GUTTER=?></MULTICOL> (default is 10 pixels)
  98. N3.0bU
  99. Column Width
  100. Formatting
  101. <MULTICOL WIDTH=?></MULTICOL>
  102. N3.0b
  103. Font Color
  104. Formatting
  105. <FONT COLOR="#$$$$$$"></FONT>
  106.     Font Size
  107. Formatting&<FONT SIZE=?></FONT> (ranges from 1-7)
  108. Italic
  109. Formatting
  110. <I></I>U
  111. Multi-Column Text
  112. Formatting
  113. <MULTICOL COLS=?></MULTICOL>
  114. N3.0bU
  115. Preformatted
  116. Formatting
  117. <PRE></PRE>
  118. (display text spacing as-is)U
  119. Select Font
  120. Formatting
  121. <FONT FACE="***"></FONT>
  122. N3.0bU
  123. Spacer
  124. Formatting
  125. <SPACER>
  126. N3.0bU
  127. Spacer Alignment
  128. Formatting <SPACER ALIGN=left|right|center>
  129. N3.0bU
  130. Spacer Dimensions
  131. Formatting
  132. <SPACER WIDTH=? HEIGHT=?>
  133. N3.0bU
  134. Spacer Size
  135. Formatting
  136. <SPACER SIZE=?>
  137. N3.0bU
  138. Spacer Type
  139. Formatting(<SPACER TYPE=horizontal| vertical|block>
  140. N3.0bU    Strikeout
  141. Formatting8<STRIKE></STRIKE> or <S></S>(not widely implemented yet)
  142. N3.0b
  143.     Subscript
  144. Formatting
  145. <SUB></SUB>
  146. Superscript
  147. Formatting
  148. <SUP></SUP>U
  149. Typewriter
  150. Formatting    <TT></TT>
  151. (displays in a monospaced font)U    Underline
  152. Formatting$<U></U> (not widely implemented yet)
  153. N3.0b
  154. Width
  155. Formatting#<PRE WIDTH=?></PRE> (in characters)
  156. # of Options
  157. Forms
  158. <SELECT SIZE=?></SELECT>
  159. zP|JbN
  160. Checked?
  161. Forms
  162. <INPUT CHECKED>
  163. (checkboxes and radio boxes)
  164. Default Option
  165. Forms
  166. <OPTION SELECTED>
  167. Define Form
  168. Forms*<FORM ACTION="URL" METHOD=GET|POST></FORM>
  169. Field Name
  170. Forms
  171. <INPUT NAME="***">
  172. Field Size
  173. Forms
  174. <INPUT SIZE=?> (in characters)
  175. Field Value
  176. Forms
  177. <INPUT VALUE="***">U
  178. File Upload
  179. Forms+<FORM ENCTYPE="multipart/form-data"></FORM>
  180. Input Box Size
  181. Forms#<TEXTAREA ROWS=? COLS=?></TEXTAREA>
  182. Input Field
  183. FormsF<INPUT TYPE="TEXT|PASSWORD|CHECKBOX|RADIO| IMAGE|HIDDEN|SUBMIT|RESET">
  184. Max Length
  185. Forms#<INPUT MAXLENGTH=?> (in characters)U
  186. Multiple Choice
  187. Forms
  188. <SELECT MULTIPLE>
  189. (can select more than one)
  190. Name of Box
  191. Forms <TEXTAREA NAME="***"></TEXTAREA>
  192. Name of List
  193. Forms
  194. <SELECT NAME="***"></SELECT>U
  195. Option
  196. Forms
  197. <OPTION>
  198. (items that can be selected)
  199. Selection List
  200. Forms
  201. <SELECT></SELECT>U    Wrap Text
  202. Forms.TEXTAREA WRAP=OFF|VIRTUAL|PHYSICAL></TEXTAREA>
  203. xr^lf
  204. Border Color
  205. Frames <FRAMESET BORDERCOLOR="#$$$$$$">
  206. N3.0bU
  207. Border Color
  208. Frames
  209. <FRAME BORDERCOLOR="#$$$$$$">
  210. N3.0bU
  211. Border Width
  212. Frames
  213. <FRAMESET BORDER=?>
  214. N3.0bU
  215. Borders
  216. Frames
  217. <FRAMESET FRAMEBORDER="yes|no">
  218. N3.0bU
  219. Borders
  220. Frames
  221. <FRAME FRAMEBORDER="yes|no">
  222. N3.0bU
  223. Column Widths
  224. Frames,<FRAMESET COLS=,,,></FRAMESET> (pixels or %)
  225. N2.0U
  226. Column Widths
  227. Frames0<FRAMESET COLS=*></FRAMESET> (* = relative size)
  228. N2.0U
  229. Define Frame
  230. Frames)<FRAME> (contents of an individual frame)
  231. N2.0U
  232. Display Document
  233. Frames
  234. <FRAME SRC="URL">
  235. N2.0U
  236. Frame Document
  237. Frames)<FRAMESET></FRAMESET> (instead of <BODY>)
  238. N2.0U
  239. Frame Name
  240. Frames-<FRAME NAME="***"|_blank|_self| _parent|_top>
  241. N2.0U
  242. Margin Height
  243. Frames/<FRAME MARGINHEIGHT=?> (top and bottom margins)
  244. N2.0U
  245. Margin Width
  246. Frames.<FRAME MARGINWIDTH=?> (left and right margins)
  247. N2.0U
  248. Not Resizable
  249. Frames
  250. <FRAME NORESIZE>
  251. N2.0U
  252. Row Heights
  253. Frames,<FRAMESET ROWS=,,,></FRAMESET> (pixels or %)
  254. N2.0U
  255. Row Heights
  256. Frames0<FRAMESET ROWS=*></FRAMESET> (* = relative size)
  257. \pxV|
  258. Scrollbar?
  259. Frames
  260. <FRAME SCROLLING="YES|NO|AUTO">
  261. N2.0U
  262. Unframed Content
  263. Frames/<NOFRAMES></NOFRAMES> (for non-frames browsers)
  264. N2.0U
  265. Alternative Text
  266. <APPLET ALT="***">
  267. (for non-Java browsers)
  268. Applet
  269. <APPLET></APPLET>
  270. Applet Alignment
  271. Java"<APPLET ALIGN="LEFT|RIGHT|CENTER">
  272. Applet File Name
  273. <APPLET CODE="***">U
  274. Applet Identifier
  275. <APPLET NAME="***">&(for references elsewhere in the page)
  276. Applet Location
  277. <APPLET CODEBASE="URL">
  278. Applet Size
  279. Java%<APPLET WIDTH=? HEIGHT=?> (in pixels)
  280. Applet Spacing
  281. Java&<APPLET HSPACE=? VSPACE=?> (in pixels)
  282. Parameters
  283. <APPLET PARAM NAME="***">
  284. Border
  285. Links & Graphics$<IMG SRC="URL" BORDER=?> (in pixels)U
  286. Client Pull
  287. Links & Graphics0<META HTTP-EQUIV="Refresh" CONTENT="?; URL=URL">
  288. Client-Side Imagemap
  289. Links & Graphics
  290. <IMG SRC="URL" USEMAP="URL">
  291. Define Target in Document
  292. Links & Graphics
  293. <A NAME="***"></A>
  294. Dimensions
  295. Links & Graphics,<IMG SRC="URL" WIDTH=? HEIGHT=?> (in pixels)
  296. Display Image
  297. Links & Graphics
  298. <IMG SRC="URL">U
  299. Embed Object
  300. Links & Graphics+<EMBED SRC="URL"> (insert object into page)
  301. Image Alignment
  302. Links & Graphics2<IMG SRC="URL" ALIGN=TOP|BOTTOM|MIDDLE|LEFT|RIGHT>U
  303. Image Alignment
  304. Links & Graphics;<IMG SRC="URL" ALIGN=TEXTTOP| ABSMIDDLE|BASELINE|ABSBOTTOM>
  305. N1.0U
  306. Imagemap
  307. Links & Graphics
  308. <IMG SRC="URL" ISMAP>
  309. (requires a script)
  310. Link Something
  311. Links & Graphics
  312. <A HREF="URL"></A>U
  313. Link to Target
  314. Links & Graphics
  315. <A HREF="URL#***"></A>
  316. (if in another document)U
  317. Link to Target
  318. Links & Graphics
  319. <A HREF="#***"></A>
  320. (if in current document)U
  321. Low-Res Proxy
  322. Links & Graphics
  323. <IMG SRC="URL" LOWSRC="URL">
  324. Map Description
  325. Links & Graphics
  326. <MAP NAME="***"></MAP>
  327. Map Sections
  328. Links & Graphics2<AREA SHAPE="RECT" COORDS=",,," HREF="URL"|NOHREF>U
  329. Object Size
  330. Links & Graphics"<EMBED SRC="URL" WIDTH=? HEIGHT=?>
  331. N2.0U
  332. Relationship
  333. Links & Graphics
  334. <A REL="***"></A>
  335. (not widely implemented)U
  336. Reverse Relationship
  337. Links & Graphics
  338. <A REV="***"></A>
  339. (not widely implemented)
  340. Runaround Space
  341. Links & Graphics-<IMG SRC="URL" HSPACE=? VSPACE=?> (in pixels)U
  342. Target Window
  343. Links & Graphics;<A HREF="URL" TARGET="***| |_blank|_self|_parent|_top"></A>
  344. ^~|~\rp
  345. U    Alternate
  346. Links & Graphics
  347. <IMG SRC="URL" ALT="***">
  348. (if image not displayed)U
  349. Bullet Type
  350. Lists
  351. <UL TYPE=DISC|CIRCLE|SQUARE>
  352. (for the whole list)U
  353. Bullet Type
  354. Lists
  355. <LI TYPE=DISC|CIRCLE|SQUARE>
  356. (this & subsequent)
  357. Definition List
  358. Lists
  359. <DL><DT><DD></DL>
  360. Definition List Compact
  361. Lists
  362. <DL COMPACT></DL>U
  363. Directory List
  364. Lists
  365. <DIR><LI></DIR>
  366. (<LI> before each list item)
  367. Directory List Compact
  368. Lists
  369. <DIR COMPACT></DIR>U    Menu List
  370. Lists
  371. <MENU><LI></MENU>
  372. (<LI> before each list item)
  373. Menu List Compact
  374. Lists
  375. <MENU COMPACT></MENU>U
  376. Numbering Type
  377. Lists
  378. <OL TYPE=A|a|I|i|1>
  379. (for the whole list)U
  380. Numbering Type
  381. Lists
  382. <LI TYPE=A|a|I|i|1>
  383. (this & subsequent)U
  384. Ordered List
  385. Lists
  386. <OL><LI></OL>
  387. (<LI> before each list item)
  388. Ordered List Compact
  389. Lists
  390. <OL COMPACT></OL>U
  391. Starting Number
  392. Lists
  393. <OL START=?>
  394. (for the whole list)U
  395. Starting Number
  396. Lists
  397. <LI VALUE=?>
  398. (this & subsequent)U
  399. Unordered List
  400. Lists
  401. <UL><LI></UL>
  402. (<LI> before each list item)eC
  403. |z8644
  404. Unordered List Compact
  405. Lists
  406. <UL COMPACT></UL>U
  407. Base Window Name
  408. <BASE TARGET="***">
  409. N2.0 (must be in header)U
  410. Comment
  411.  *** 
  412. (not displayed by the browser)
  413. HTML 3.2 Prologue
  414. Misc1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">U
  415. Meta Information
  416. <META>
  417. (must be in header)U
  418. Prompt
  419. <ISINDEX PROMPT="***">
  420. (text to prompt input)U
  421. Relationship
  422. Misc%<LINK REV="***" REL="***" HREF="URL">
  423. (must be in header)U
  424. Scripts
  425. <SCRIPT></SCRIPT>
  426. (not yet widely supported)U
  427. Searchable
  428. Misc    <ISINDEX>
  429. (indicates a searchable index)U
  430. Send Search
  431. <A HREF="URL?***"></a>
  432. (use a real question mark)U
  433. Style Sheets
  434. <STYLE></STYLE>
  435. (not yet widely supported)U
  436. URL of This File
  437. <BASE HREF="URL">
  438. (must be in header)
  439. Special Character
  440. "
  441. Special Character
  442. &
  443. Special Character
  444. Special Character
  445. jtxxNP
  446. Non-Breaking Space
  447. Special Character
  448.  
  449. Registered TM
  450. Special Character
  451. ®U
  452. Special Character
  453. Special Character
  454. &#?;e(these must all be in lower case, complete list at http://www.uni-passau.de/%7Eramsch/iso8859-1.html)
  455.     Copyright
  456. Special Characters
  457. ©
  458. Align Heading
  459. STRUCTURAL DEFINITION!<H? ALIGN=LEFT|CENTER|RIGHT></H?>
  460. Division
  461. STRUCTURAL DEFINITION
  462. <DIV></DIV>
  463. Heading
  464. STRUCTURAL DEFINITION&<H?></H?> (the spec. defines 6 levels)
  465. Align Division
  466. STRUCTURAL#<DIV ALIGN=LEFT|RIGHT|CENTER></DIV>
  467. Author's Address
  468. STRUCTURAL
  469. <ADDRESS></ADDRESS>
  470. Block Quote
  471. STRUCTURAL9<BLOCKQUOTE></BLOCKQUOTE> (usually displayed as indented)
  472. Citation
  473. STRUCTURAL
  474. <CITE></CITE> (usually italics)
  475. STRUCTURAL(<CODE></CODE> (for source code listings)
  476. Definition
  477. STRUCTURAL$<DFN></DFN> (not widely implemented)
  478. Emphasis
  479. STRUCTURAL&<EM></EM>(usually displayed as italic)
  480. Keyboard Input
  481. STRUCTURAL
  482. <KBD></KBD>
  483. Large Font Size
  484. STRUCTURAL
  485. <BIG></BIG>
  486. B``VVNNJhhdDD
  487. Sample Output
  488. STRUCTURAL
  489. <SAMP></SAMP>
  490. Small Font Size
  491. STRUCTURAL
  492. <SMALL></SMALL>
  493. Strong Emphasis
  494. STRUCTURAL-<STRONG></STRONG> (usually displayed as bold)
  495. Variable
  496. STRUCTURAL
  497. <VAR></VAR>U
  498. Cell Color
  499. Tables
  500. <TD BGCOLOR="#$$$$$$">
  501. N3.0bU
  502. Cell Color
  503. Tables
  504. <TH BGCOLOR="#$$$$$$">
  505. N3.0b
  506. Cell Padding
  507. Tables
  508. <TABLE CELLPADDING=?>
  509. Cell Spacing
  510. Tables
  511. <TABLE CELLSPACING=?>
  512. Columns to Span
  513. Tables
  514. <TD COLSPAN=?>
  515. Columns to Span
  516. Tables
  517. <TH COLSPAN=?>
  518. Define Table
  519. Tables
  520. <TABLE></TABLE>U
  521. Desired Width
  522. Tables
  523. <TH WIDTH=?> (in pixels)
  524. N1.1U
  525. Desired Width
  526. Tables
  527. <TD WIDTH=?> (in pixels)
  528. Desired Width
  529. Tables
  530. <TABLE WIDTH=?> (in pixels)
  531. No linebreaks
  532. Tables
  533. <TD NOWRAP>
  534. No Linebreaks
  535. Tables
  536. <TH NOWRAP>
  537. ?HH\T
  538. Rows to Span
  539. Tables
  540. <TD ROWSPAN=?>
  541. Rows to Span
  542. Tables
  543. <TH ROWSPAN=?>
  544. Table Border
  545. Tables
  546. <TABLE BORDER=?></TABLE>
  547. Table Caption
  548. Tables
  549. <CAPTION></CAPTION>U
  550. Table Caption Alignment
  551. Tables
  552. <CAPTION ALIGN=TOP|BOTTOM>
  553. (above/below table)U
  554. Table Cell
  555. Tables    <TD></TD>
  556. (must appear within table rows)
  557. Table Cell Alignment
  558. TablesD<TD ALIGN=LEFT|RIGHT| CENTER|MIDDLE|BOTTOM VALIGN=TOP|BOTTOM|MIDDLE>U
  559. Table Header
  560. Tables    <TH></TH>$(same as data, except bold centered)
  561. Table Header Alignment
  562. TablesD<TH ALIGN=LEFT|RIGHT| CENTER|MIDDLE|BOTTOM VALIGN=TOP|BOTTOM|MIDDLE>
  563.     Table Row
  564. Tables    <TR></TR>
  565. Table Row Alignment
  566. TablesD<TR ALIGN=LEFT|RIGHT| CENTER|MIDDLE|BOTTOM VALIGN=TOP|BOTTOM|MIDDLE>
  567. Width Percent
  568. Tables&<TABLE WIDTH="%"> (percentage of page)U
  569. Width Percent
  570. Tables$<TD WIDTH="%"> (percentage of table)
  571. N1.1U
  572. Width Percent
  573. Tables$<TH WIDTH="%"> (percentage of table)
  574. Forma
  575. Lists
  576. STRUC
  577. STRUC
  578. STRUC
  579. STRUC
  580. STRUC
  581. STRUC
  582. STRUC
  583. Table
  584. Table
  585. Table
  586. Table
  587. Table
  588. Table
  589. Table
  590. Table
  591. Table
  592. Table
  593. Table
  594. Table
  595. Table
  596. Table
  597. Table
  598. Table
  599. Table
  600. Table
  601. Table
  602. Table
  603. Table
  604. Table
  605. Table
  606. Table
  607. Table
  608. Table
  609. Table
  610. Table
  611. Table
  612. Table
  613. Table
  614. Table
  615. Table
  616. Table
  617. Table
  618. Table
  619. Lists
  620. Lists
  621. Lists
  622. Speci
  623. Speci
  624. Speci
  625. Speci
  626. Speci
  627. Speci
  628. Speci
  629. Speci
  630. STRUC
  631. STRUC
  632. STRUC
  633. STRUC
  634. STRUC
  635. STRUC
  636. STRUC
  637. STRUC
  638. STRUC
  639. STRUC
  640. STRUC
  641. STRUC
  642. STRUC
  643. STRUC
  644. STRUC
  645. STRUC
  646. Table
  647. Table
  648. Table
  649. Table
  650. Links
  651. Links
  652. Links
  653. Links
  654. Links
  655. Links
  656. Links
  657. Links
  658. Links
  659. Links
  660. Links
  661. Links
  662. Links
  663. Links
  664. Links
  665. Links
  666. Links
  667. Links
  668. Links
  669. Links
  670. Links
  671. Links
  672. Lists
  673. Lists
  674. Lists
  675. Lists
  676. Lists
  677. Lists
  678. Lists
  679. Lists
  680. Lists
  681. Lists
  682. Lists
  683. Lists
  684. Lists
  685. Forma
  686. Forma
  687. Forma
  688. Forma
  689. Forma
  690. Forms
  691. Forms
  692. Forms
  693. Forms
  694. Forms
  695. Forms
  696. Forms
  697. Forms
  698. Forms
  699. Forms
  700. Forms
  701. Forms
  702. Forms
  703. Forms
  704. Forms
  705. Forms
  706. Forms
  707. Frame
  708. Frame
  709. Frame
  710. Frame
  711. Frame
  712. Frame
  713. Frame
  714. Frame
  715. Frame
  716. Frame
  717. Frame
  718. Frame
  719. Frame
  720. Frame
  721. Frame
  722. Frame
  723. Frame
  724. Frame
  725. "Copy
  726. BASIC
  727. BASIC
  728. BASIC
  729. BASIC
  730. Bkgro
  731. Bkgro
  732. Bkgro
  733. Bkgro
  734. Bkgro
  735. Bkgro
  736. Divid
  737. Divid
  738. Divid
  739. Divid
  740. Divid
  741. Divid
  742. Divid
  743. Divid
  744. Divid
  745. Divid
  746. Divid
  747. Divid
  748. Forma
  749. Forma
  750. Forma
  751. Forma
  752. Forma
  753. Forma
  754. Forma
  755. Forma
  756. Forma
  757. Forma
  758. Forma
  759. Forma
  760. Forma
  761. Forma
  762. Forma
  763. Forma
  764. Forma
  765. Forma
  766. Forma
  767. Table1
  768. Arial
  769.