home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / Komunik / Webscr / Scrptw / _SETUP.1 / codehelp.conf < prev    next >
Text File  |  1999-10-16  |  2KB  |  70 lines

  1. Tag,Description / Example
  2. <A>,Anchor: Hyperlinks
  3. ,<a href="http://ok.com"> </a>
  4. <B>,Font: Bold
  5. ,<b> </b>
  6. <BR>,Paragraph: Line Break
  7. ,<br>
  8. <I>,Font: Italic
  9. ,<i> </i>
  10. <OL>,Lists: Numeric
  11. ,<ol> </ol>
  12. <LI>,Lists: List Item
  13. ,<li> Item Text
  14. <UL>,Lists: Bulleted
  15. ,<ul> </ul>
  16. <HR>,Paragraph: Horizontal Line
  17. ,<hr>
  18. <STYLE>,Page: Style Sheet
  19. ,<STYLE> </STYLE>
  20. <SCRIPT>,Page: Script; JavaScript or VBScript
  21. ,<SCRIPT LANGUAGE="JavaScript"> </script>
  22. <BLINK>,Font: Blinking Text
  23. ,<blink> </blink>
  24. <TITLE>,Page: Title of Page
  25. ,<title>My Page</title>
  26. <BODY>,Page: Visible Text and Objects
  27. ,<body> </body>
  28. <FRAMESET>,Page: Creates a Framed Page
  29. ,<FRAMESET ROWS="80..."> </FRAMESET>
  30. <Hx>,Font: Header Style (x = size)
  31. ,<H1> </H1>
  32. <HEAD>,Page: Invisible Text Tags and Objects
  33. ,<head> </head>
  34. <PRE>,Font: Preformatted Text (Courier)
  35. ,<pre>Hello</pre>
  36. <NOFRAMES>,Page: Text Inside is Used for Non-frmaes Browser
  37. ,<noframes>Sorry: No frames browser</noframes>
  38. <NOSCRIPT>,Page: Text Inside is Used for Non-script Browser
  39. ,<noscript>Sorry: No script browser</noscript>
  40. <META>,
  41. ,<meta name="keywords" content="one">
  42. <SPAN>,Page: Confines Selected Tags
  43. ,<SPAN ID="first" STYLE="visibility: none;">Hello</SPAN>
  44. <DIV>,Page: Confines Selected Tags
  45. ,<DIV ID="next">Hello</DIV>
  46. <STRONG>,Font: Bold or Strong
  47. ,<strong>Heavy</strong>
  48. <SMALL>,Font: Reduced Size
  49. ,<small>Little</small>
  50. <TR>,Table: Table Row
  51. ,<tr> </tr>
  52. <TD>,Table: Table Column
  53. ,<td> </td>
  54. <FORM>,Forms: Form
  55. ,<form name="formSearch">
  56. <INPUT>,Forms: Control
  57. ,<input type="text" size="61" name="who">
  58. <FONT>,Font: Font
  59. ,<FONT FACE="Verdana" SIZE="2">
  60. <CENTER>,Text: Centers Text on Page
  61. ,<center> </center>
  62. <P>,Paragraph: Paragraph
  63. ,<p align="left"> </p>
  64. <HTML>,Document: Type (HTML)
  65. ,<HTML> </HTML>
  66. <CODE>,Font: Code (Courier)
  67. ,<code>document.write()</code>
  68. <!-- //-->,Page: Comments
  69. ,<!-- This text is hidden //-->
  70.