Now that you have the template for the pages of your HTML spreadsheet and the formatted content from the sample .xls file, all that remains to do is copy the text, images, graphs, and other content from the Excel version of the document into the HTML version of the document. The next few sections of this page will give examples of doing this.
In this example,there is some text on the first and third page of the spreadsheet.
Adding this text to the HTML version of our document by creating paragraph (<P>)
tags and placing the text into these paragraphs.
<A> and </A> tags.For this example, there is only one hyperlink. It appears on the first page of the document.
Add the paragraphs and hyperlinks to page1.htm and page3.htm of your HTML spreadsheet. When you have finished, check your work against the example solutions listed below.
The next page of this module discusses how to add tables to your document.