You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ import canvascript.htmldoc;
19
19
htmldoc.CloseHTML();
20
20
}
21
21
</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><title<</code>. now Metatags. you only need put <code><meta charset="UTF-8" /<</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><title<</code>. now Metatags. you only need put <code><meta charset="UTF-8" /<</code>. the function creates the page but not fully,enable other functions to add code.this is when <code>htmldoc.CloseHTML();</code> come in. it close the file.
0 commit comments