div
elements within your row, both with the class col-xs-6
.
div class="col-xs-6"
elements should be nested within your div class="row"
element.
testString: assert($("div.row > div.col-xs-6").length > 1);
- text: All your div
elements should have closing tags.
testString: assert(code.match(/<\/div>/g) && code.match(/