Skip to content

Commit 4473299

Browse files
Update README.md
1 parent fc22284 commit 4473299

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ https://github.com/CleanCode-backup/CanvaScript/issues
66
and make a new issue.also if you can do a pull request please do that.that will make my day 😊!you can go to
77
https://github.com/CleanCode-backup/CanvaScript/pulls for that.
88
# Tutorials - Learn More
9-
Welcome to the To Tutorials,for full documentation go to the <a href="Docs.md">Docs</a>
9+
Welcome to the To Tutorials,for full documentation go to the <a href="Docs.md">Docs</a>(if you are wonder the floder doc is a part
1010
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.
@@ -15,8 +15,9 @@ first Let's Create a HTML page that Java can use.
1515
import canvascript.doc.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 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> come in. it close the file.
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 without the file extension . then pagePath is the text in the <code>&lt;title&lt;</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.you add a css file you all ready created, or make one using
23+
##

0 commit comments

Comments
 (0)