diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json
index e751620651..b10063dcdb 100644
--- a/seed/challenges/01-front-end-development-certification/html5-and-css.json
+++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json
@@ -274,7 +274,8 @@
"assert(($(\"h1\").length === 0), 'message: Comment out your h1
element so that it is not visible on your page.');",
"assert(($(\"h2\").length > 0), 'message: Leave your h2
element uncommented so that it is visible on your page.');",
"assert(($(\"p\").length === 0), 'message: Comment out your p
element so that it is not visible on your page.');",
- "assert(code.match(/-->/g).length > 1, 'message: Be sure to close each of your comments with -->
.');"
+ "assert(code.match(/-->/g).length > 1, 'message: Be sure to close each of your comments with -->
.');",
+ "assert((code.match(/<([a-z0-9]){1,2}>/g)[0]===\"
\") , 'message: Do not change the order of the h1
h2
or p
in the code.');"
],
"type": "waypoint",
"titleEs": "Comenta en HTML",