马睿-20201027
表单:<form> </form> action=“服务端路径” method:提交方式 enctype:上传文件或图片
用户名:<input type=“text” pplaceholder=“请输入用户名”id=“username”name=“username”/>(提示性文字) <br/>(换行标签)
密码: ; <input type=“password”name=“pasword" id=“password”id=“password”placeholder=“请输入密码”/><br/>
 (空格)
性别:<input type=“radio”name=“gender”value=“男”/>男
<input type=“radio”name=“gender”value=“女”/>女<br/>
邮箱:<input type=“email”name="email"/><br/>
爱好:<input type="checkbox" name“hobby”value=“王璐瑶”/>王璐瑶
<input type="checkbox" name“hobby”value=“易烊千玺”/>易烊千玺<br/>
生日:<inpu type=“date”name“”/><br/>
几周:<input type="week"/><br/>
籍贯:<select name="native">
<option value="西宁">西宁</option>
<option value="海西">海西</option>
........
</select> <br/>
自我介绍:<textarea style=“resize:none;" rows=“8”cols=“80”></textarea>
<input type="button" value="普通按钮”/>
<input type="submit" value="提交按钮”/>
<input type="reset" value="重置按钮”/>
<input type="image" src="图片”width=“40”height=“30”/>
<table width="400" heigh="400" border="1”cellspacing"10">
<td rowspan(行合并)=“2”>2</td>
<td colspan(列合并)="7">7</td>
心得体会:今天的学习很充实,老师讲课很细,全程也都能跟上。学习内容对自己很有帮助,通过和同学的探讨解决了一些本来不太清楚的知识点。
近期评论