Guest User

Untitled

a guest
Oct 21st, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <form>
  2. <input type="checkbox" class="chk" id="ch1" value="1">Кошка</br>
  3. <input type="checkbox" class="chk" id="ch2" value="2">Собака</br>
  4. <input type="checkbox" class="chk" id="ch3" value="4">Попугай</br>
  5. <input type="checkbox" class="chk" id="ch4" value="8">Рыбки</br>
  6. <input type="checkbox" class="chk" id="ch5" value="16">Рептилии</br>
  7. <input type="checkbox" class="chk3" id="ch6" name="ch6" value="0">ЖИВОТНЫЕ ОТСУТСТВУЮТ</br>
  8. <input type="text" id="result" value="19"></br>
  9. </form>
Add Comment
Please, Sign In to add comment