[ Pobierz całość w formacie PDF ]
.WIDTH MS, SMSpecifies the width of a box enclosing the visible area of the object (specified in standard units).<OL>.</OL> NS, MS, SMAn ordered list (1,2,3,.).Contains one or more <LI> elements, which represent individual list items.START NS, MSThis specifies a starting number for the list.TYPE NS, MSYou can add a type attribute to the <OL> tag to specify whether the list items are marked with: capital letters (TYPE=A), small letters (TYPE=a), large roman numerals (TYPE=I), small roman numerals (TYPE=i), or numbers (TYPE=1) usually thedefault).Here's an example of code that will make a lettered list:<OL TYPE=A><LI> First item in the list<LI> Last item in the list</OL>VALUE NSUsed to change the count, for that list item and all subsequent list items.<OPTION> NS, MS, SMThis tag indicates one choice in a list box.SELECTED NS, MS, SMThis item is the default.VALUE NS, MS, SMThis indicates the value that will be returned if this item is chosen.<P>.(optional)</P> NS, MS, SMThis tag denotes a paragraph.The end tag is optional.ALIGN NS, MS, SMAligns the paragraph.Options are CENTER (NS, MS, SM), LEFT (NS, SM), and RIGHT (NS, SM).<PARAM NAME/VALUE> NSUsed in conjunction with <APPLET>, this tag specifies an applet-specific attribute and is used like this:<PARAM NAME = the_applet_attribute VALUE =the_value>.<PERSON>.</PERSON> NSThis set of tags defines text as the name of a person.<PLAINTEXT>.</PLAINTEXT> NS, MS, SMThese tags enclose the text to be rendered in a fixed-width type (MS & SM allow a closing element).<PRE>.</PRE> NS, MS, SMThese tags indicate elements to be rendered with a monospaced font and preserve the layout defined by spaces and line break characters.WIDTH NS, SMThis specifies the maximum number of characters for a line (a width of 80 characters is the default).<Q>.</Q> NSThis stands for Quote and defines a short quotation within a paragraph.<S>.</S> NS, MS, SMThis renders the text in strike-through type.<SAMP>.</SAMP> MS, SMThese are used to display sample output from scripts, HTML code, programs, and so on.<SCRIPT ?>.</SCRIPT> NSThis set of tags enables a script to be embedded into an HTML document.LANGUAGEThis attribute specifies the scripting language and is used like this:<SCRIPT LANGUAGE="JavaScript"></SCRIPT>This is mandatory unless the SRC attribute is present.SRCThis attribute specifies a URL that loads the text of a script, like this:<SCRIPT SRC="http://www.yourdomain.com/the.JavaScript"></SCRIPT><SELECT>.</SELECT> NS, MS, SMThis set of tags indicates a listbox or drop-down list.MULTIPLE NS, MS, SMSpecifies that multiple items can be selected.NAME NS, MS, SMGives the list a name.SIZE NS, MSUsed to specify the size of the list control.<SMALL>.</SMALL> NSThis set of tags specifies a small font.<SOUND ?> SMThis is used for playing inline sound.It enables the playing of WAV, AU, or AIFF files in pages.SRCThe URL of the sound file
[ Pobierz całość w formacie PDF ]