HTML functions are those that allow the user to work with HTML tags.
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_Globals.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_String.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript" SRC="JS_Vision_HTML.js"></SCRIPT>
When passing the optional attributes for the HTML tags, it is best if the attribute value is delimited by double quotes rather than single quotes, and passed to the function enclosed in single quotes. For example,
JSV_paragraph("Visit builder.com often!", 'align="center"')
Some of the other common HTML tags are not coded here as they are already a part of the
String
object:
For more information on the SRC
attribute of the SCRIPT
tag, see JavaScript Vision
Frequently Asked Questions.
Web Design Group HTML 4.0 Reference
Copyright © 1998-2000 Roaring Fork Software. All rights reserved.