HTML A-Z Quick Reference
(Last Update 17:31 on Wednesday, 02 April 2003)
- <NOBR> ... </NOBR>
- IE;NN:1.1 Specifies that the enclosed text should not wrap.
- <NOEMBED> ... </NOEMBED>
- NN:2.0 Specifies HTML to be displayed by browses that do not support plug-ins.
- <NOFRAMES>
...
</NOFRAMES>
- Specifies an HTML document to be displayed by browses that do not support frames.
- <NOLAYER> ... </NOLAYER>
- Specifies HTML to be displayed by browses that do not support layers.
- <NOSCRIPT> ... </NOSCRIPT>
- IE:3.0;NN:3.0 Specifies HTML to display when script is not available.
- NAME=...
- <A ... >
- Allows the anchor to be the target of a link using the # syntax. Also gives it a JavaScript name.
- <APPLET ... >
- The Java or JavaScript name for the applet.
- <AREA ... >
- The JavaScript name for the area.
- <EMBED ... >
- The JavaScript name of the plug-in.
- <FORM ... >
- The JavaScript name of the form.
- <FRAME ... >
- The name of the frame, used by the TARGET= attribute.
- <IFRAME ... >
- The name of the frame, used by the TARGET= attribute.
- <IMG ... >
- The JavaScript name of the image.
- <INPUT ... >
- The name of the element.
- <MAP ... >
- The name of the map, used as an anchor in the USEMAP= attribute of <IMG>.
- <META ... >
- The name of the information, typically DESCRIPTION, KEYWORDS or AUTHOR.
- <PARAM ... >
- The name of the parameter.
- <SELECT ... >
- The name of the element.
- <TEXTAREA ... >
- The name of the element.
- NOHREF
- <AREA ... >
- Specifies that the area does not link to a URL.
- NORESIZE
- <FRAME ... >
- Prevents the borders of the frame from moving.
- NOSHADE
- <HR ... >
- NN:1.1 Prevents the engraved line from being shaded.
- NOWRAP
- <TD ... >
- Indicates that the content should not wrap (like <NOBR>).
- <TH ... >
- Indicates that the content should not wrap (like <NOBR>).
A B C D E F G H I K L M N O P Q R S T U V W X Z

38.107.191.102