html5 - HTML Checkbox not displaying in browser -


i trying place checkbox left of text. code works in codepen.io.

this trying create. https://codepen.io/lergent/pen/evawzk

i using same code in application not running. code using:

<h3>what colors like</h3>            <ul>            <li><input type="checkbox">red</li>            <li><input type="checkbox">green</li>            <li><input type="checkbox">blue</li>          </ul>


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -