Causes a string to be displayed in fixed-pitch font as if it were in a TT tag.
String
fixed()
Use the fixed method with the Write method to format and display a string in a document.
The following example uses the fixed method to change the formatting of a string:
The previous example produces the same output as the following HTML:
<TT>Hello, world</TT>