Blogger Information
Blog 36
fans 1
comment 0
visits 29651
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
html基础知识2
Jason
Original
546 people have browsed it

网页元素练习

点击查看作业

笔记

1.链接

作用 代码
跳转网页 <a href="地址"></a>
描点 <a href="id"></a>
下载文件 <a href="文件名"></a>
拨打电话 <a href="tel:136*******"></a>
发送邮件 <a hrref=”mailto:123456@qq.com”

2.列表

名称 代码 备注
无序列表 ul,li
有序列表 ol,li 可以更改顺序,strat=”4”
自定义列表 dl,dt,dd 自定义顺序

3.表格

使用<table>标签,通常有表名,表头,表体,表尾。
-表名通常用<caption>单独写出来
-表头用<thred>表示,通常会加粗,居中
-表体用<tbody>表示,可以把内容分段,更好看
-表尾用<tfoot>表示,可用可不用

4.表单

使用<form>标签表示,里面用<section>表示不同的区块,有单选框,多选框

Correcting teacher:天蓬老师天蓬老师

Correction status:unqualified

Teacher's comments:没写完
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post