Site Notice

hello, world

Difference between revisions of "Check"

From Project-EPB Commons
([InPageEdit] 没有编辑摘要)
 
([InPageEdit] 没有编辑摘要)
Line 1: Line 1:
 
<html>
 
<html>
<div class="in-page-edit"><input type="checkbox" id="a" /> <label for="a">a</label> </div>
+
<div class="in-page-edit"><input type="checkbox" id="a" /> <label for="a">This is a check box</label> </div>
 
<style>.in-page-edit input[type=checkbox]:checked + label:before {content:""}</style>
 
<style>.in-page-edit input[type=checkbox]:checked + label:before {content:""}</style>
 
</html>
 
</html>

Revision as of 03:17, 27 March 2020

<html> <div class="in-page-edit"><input type="checkbox" id="a" /> <label for="a">This is a check box</label> </div> <style>.in-page-edit input[type=checkbox]:checked + label:before {content:""}</style> </html>