Skip to content

Commit 8f105e1

Browse files
Update README.md
1 parent dd12a60 commit 8f105e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ first Let's Create a HTML page that Java can use.
1515
import canvascript.htmldoc;
1616
class examlpe001{
1717
htmldoc page = new htmldoc();
18-
<b>htmldoc.CreateHTML(pagePath,pageName,pageTitle);</b>
18+
<b>htmldoc.CreateHTML(pagePath,pageName,pageTitle,);</b>
1919
htmldoc.CloseHTML();
2020
}
2121
</code>
22-
the <code><b>htmldoc.CreateHTML();</b></code>it takes a few parameters.pagePath is the folder of the page.pagePath is the name of the page.then pagePath is the text in the <code>&lt;title&gt;</code>code>.the function creates the page but not fully,enable other functions to add code.this is when <code>htmldoc.CloseHTML();</code>
22+
the <code><b>htmldoc.CreateHTML();</b></code>it takes a few string parameters.pagePath is the folder of the page. next pagePath is the name of the page. then pagePath is the text in the <code>&lt;title&lt;</code>. now Metatags. you only need put <code>&lt;meta charset="UTF-8" /&lt;</code>. the function creates the page but not fully,enable other functions to add code.this is when <code>htmldoc.CloseHTML();</code>

0 commit comments

Comments
 (0)