1. input使用type来控制类型,在这里为password, 使用value来控制默认值
<input type="password" value="nowcoder" />
  1. 复选框,且已经选择
<input type="checkbox" checked />