summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/chap3/HelloWorld.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/chap3/HelloWorld.page')
-rw-r--r--demos/quickstart/protected/pages/chap3/HelloWorld.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/chap3/HelloWorld.page b/demos/quickstart/protected/pages/chap3/HelloWorld.page
index 1db35d8b..a39aed33 100644
--- a/demos/quickstart/protected/pages/chap3/HelloWorld.page
+++ b/demos/quickstart/protected/pages/chap3/HelloWorld.page
@@ -1,5 +1,5 @@
<com:TContent ID="body" >
-<h4>Sample: Hello World</h4>
+<h1>Sample: Hello World</h1>
<p>
"Hello World" is the simplest <i>interactive</i> PRADO application that you can build. It displays to end-users a page with a submit button whose caption is <i>Click Me</i>. When the user clicks on the button, the button changes the caption to <i>Hello World</i>.
</p>