Creating the HTML file

The title of the object is specified between the opening and closing title tags. You also specify that the scripting language is JavaScript.

To create the HTML file:

  1. Create a new blank file.
  2. Add the following code:
    <html><head><title>Strikethrough</title><script language="javascript"></script></head><body></body></html>
  3. Save the file as Strikethrough.htm in the Configuration/Objects/Text folder.