Skip to content

Commit f4693a7

Browse files
Update README.md
1 parent ec0cb8b commit f4693a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ in order to use the libary use th <code>import cavnascript</code>
1111
## Creating a HTML page
1212
first Let's Create a HTML page that Java can use.
1313

14-
<font color="blue">
14+
1515
import canvascript.htmldoc;
1616
class examlpe001{
1717
htmldoc page = new htmldoc();
1818
<b>htmldoc.CreateHTML(pageName,pageTitle);</b>
1919
htmldoc.CloseHTML();
20-
</font>
20+
}
21+

0 commit comments

Comments
 (0)