Update html_helper.rst
diff --git a/user_guide_src/source/helpers/html_helper.rst b/user_guide_src/source/helpers/html_helper.rst
index 1989c88..d5069ce 100644
--- a/user_guide_src/source/helpers/html_helper.rst
+++ b/user_guide_src/source/helpers/html_helper.rst
@@ -52,7 +52,7 @@
 	.. code-block:: html
 
 		<h3 class="pink">Welcome!<h3>
-		<h3 id="question" class="green">How are you?</h3>
+		<h4 id="question" class="green">How are you?</h4>
 
 .. php:function:: img([$src = ''[, $index_page = FALSE[, $attributes = '']]])