Blogger Information
Blog 14
fans 0
comment 0
visits 12011
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML标签的用法 1208 作业
念旧
Original
797 people have browsed it

标签的用法

p h1 iframe a div 都是双标签 img是自闭合标签

p标签 是段落 让在其标签内的内容 直接进入下一行中 而不是在上一条
内容后面紧跟

h1标签是标题 h后边数字越大 在浏览器显示的内容就越小

iframe 标签是 内联标签 便于在自己页面中加载别人页面的内容 它的属性src的值是一个路由 用于显示别人网站的内容 name属性是规定iframe 标签要取什么名字 width 属性是设置显示内容的宽度 height 属性是设置显示内容的高度

a标签是 超链接标签 用于做跳转使用 herf属性的值 是要跳转的地址

img标签是用于图片加载 src属性的值是显示图片的地址 alt属性是在图片失效的时候 用于介绍图片内容的

div是块标签 内容不知道要使用什么标签合适的时候使用 id属性的值是定义div标签的名字 width 属性是设置显示内容的宽度 height 属性是设置显示内容的高度

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

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