diff --git a/css.html b/css.html
index e77acb66b8aa70c7183896bc5e1bac194ea6ba79..6947da0644554104f11502894ea3c7225450ef08 100644
--- a/css.html
+++ b/css.html
@@ -1828,7 +1828,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
     <div class="bs-example">
       <form role="form">
         <input class="form-control" id="focusedInput" type="text" value="This is focused...">
-      </div>
+      </form>
     </div>
 {% highlight html %}
 <input class="form-control" id="focusedInput" type="text" value="This is focused...">