Breadcrumb

Create an HTML Document

June 4, 2024

See all How Do I pages

   

Jump to sections:

EDGAR requires that official documents—attached to electronically submitted filings—be formatted as one of the following:  HTML, American Standard Code for Information Interchange (ASCII), or, when specific criteria are met, Portable Document Format (PDF). 

Create a simple HTML document that can be attached to filings submitted in EDGAR by following these steps:

Step 1—create the document in Microsoft Word (that you wish to convert to HTML)

Step 2—open Notepad

If using a Windows operating system select Start from the Task Bar (typically located in the lower left corner of the screen).

Screenshot depicting the Windows Operating System icon

In the Search programs and files field, enter Notepad. The Notepad program should then be displayed, then > select Notepad to open the program.

Screenshot depicting the Search feature of Windows

Step 3—create a template in Notepad to convert the Word document to HTML

Type the following tags in Notepad exactly as they appear in the example below (please note that you should enter your own title of the document in the Title section).

<html>

<head>

<title> Enter title of document </title>

</head>

<body>

<pre>

</pre>

</body>

</html>

Your screen should look like this:

Screenshot depicts the Notepad pop-up window of Windows

Step 4—copy and paste the contents of the Word document into the Notepad document between the <pre> tag and the </pre> tags

Please note that this method retains a table's content; however, the table structure is not preserved. In addition, all images within the Word document will not be preserved in the HTML file.

Screenshot depicting where to copy and paste html tags in the Notepad pop-up window of Windows

Step 5—save the file as an HTML document

Select File > Save As.

In the File Name field, type the name of the file with an .htm extension > select Save.

  • Please be sure the file name conforms to EDGAR’s file name standards:
  • File name must be 32 characters or less.
  • All characters must be lowercase.
  • File name must start with a letter.
  • File name cannot contain any spaces.
  • It may contain digits 0-9.
  • It may have up to one period (.), one hyphen (-), and one underscore character (_).

Screenshot depicting how to save a Word document as an HTML file in the Save As pop-up window of Windows

The .htm document is now ready to be attached to your filing for submission.

Last Reviewed or Updated: July 10, 2024