html前端知识点

输入框

# placeholder代表输入框中显示的默认文案,输入内容后默认文案消失
# 一个  代表一个空格&emsp;:<input type="password" name="pwd" placeholder="Password">
# textarea可设置输入框多少行多少列,输入内容超出的右侧可下拉查看
预警内容<textarea cols="40" rows<

你可能感兴趣的:(django,html,python,html5)