html`
<form method='get' action='http://hnu.kr/' target='_blank'>
<label><input type='checkbox' value='cheese' name="chk_c" >치즈</label>
<label><input type='checkbox' value='bacon' name="chk_b" checked>베이컨</label>
<label><input type='checkbox' value='olive' name="chk_o" >올리브</label>
<br>
<input type='text' name='msg' value='hello'>
<br>
<input type='button' value='보통 버튼은 기본적으로 form을 제출시키지 않음'>
<input type='submit' >
</form>
`