4.3<tr><th><td>标签下的常用属性
属性名称属性值说明widthheight
align(水平方向)rightleftcenter
valign(垂直方向)top数据靠上middle数据居中buttombgcolor
4.4拆分与合并单元格 <td>里面的属性
属性名称属性值colspan数字rowspan数字先删掉不要的空格再合并需要的空格 4.5表格的标题<table>
<caption>....</caption></table>
属性有:
属性名称属性值aligntopbuttom 5.1背景图片设置
<body background="url">
5.2将图片插入网页中
格式:<img src="url">
功能:将图片插入网页中 单一标签
属性名称属性值srcurlwidth像素/百分比height像素/百分比alt字符串border数字5.3文字图像的排列
属性名称属性值alignleftrighttopmiddlebuttom间隙设置
数据靠下 说明
向两边扩展 向上下扩展 说明
图片的路径 ……此处隐藏10006个字……color/background:表格背景颜色/背景图片
<frameset frameborder="" rows/cols="" broder="">
<frame src="" noresize="noresize" name=""/>
src:引入路径
noresize="noresize":骨架固定
name:命名
</frameset>:网页分割
rows/cols:网页上下/左右分割
frameborder:骨架显示/隐藏
border:骨架粗细
<iframe width="" height="" frameborder="" src="" name="x"> </iframe>:浮动框架
width:宽度
height:高度
frameborder:浮动框架边框
src:引入路径
name:命名
<a href="" target="x"></a>
target="x":控制网页显示区域
href:跳转路径
欢迎阅读其他精彩文章:html abbr 标签
html倒计时代码
一个简单的html实例
html网页毕业论文
个人简历html语言编写