Skip to content

Commit ec0cb8b

Browse files
Update README.md
1 parent c4baa0c commit ec0cb8b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ 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-
15-
<code>
16-
17-
</code>
14+
<font color="blue">
15+
import canvascript.htmldoc;
16+
class examlpe001{
17+
htmldoc page = new htmldoc();
18+
<b>htmldoc.CreateHTML(pageName,pageTitle);</b>
19+
htmldoc.CloseHTML();
20+
</font>

0 commit comments

Comments
 (0)