• 常用HTML、CSS标签属性


    基本结构标签:

    ,表示该文件为HTML文件

    ,包含文件的标题,使用的脚本,样式定义等

    ---,包含文件的标题,标题出现在浏览器标题栏中

    ,的结束标志

    ,放置浏览器中显示信息的所有标志和属性,其中内容在浏览器中显示.

    ,的结束标志

    ,的结束标志

    其它主要标签,以下所有标志用在中:

    ,链接标志,"…"为链接的文件地址

    ,显示图片标志,"…"为图片的地址


    ,换行标志

    ,分段标志

    ,采用黑体字

    ,采用斜体字


    ,水平画线

    ,定义表格,HTML中重要的标志

    ,定义表格的行,用在

    ,定义表格的单元格,用在中

    ,字体样式标志

    属性:

    属性是用来修饰标志的,属性放在开始标志内.

    例:属性bgcolor="BLACK"表示背景色为黑色.

    引用属性的例子:

    表示页面背景色为黑色;

    表示表格背景色为黑色.

    常用属性:

    对齐属性,范围属性:

    ALIGN=LEFT,左对齐(缺省值),WIDTH=象素值或百分比,对象宽度.

    ALIGN=CENTER,居中,HEIGHT=象素值或百分比,对象高度.

    ALIGN=RIGHT,右对齐.

    色彩属性:

    COLOR=#RRGGBB,前景色,参考色彩对照表.

    BGCOLOR=#RRGGBB,背景色.

    表示绝对居中.

    表格标识的开始和结束.

    属性:

    cellpadding=数值单位是像素,定义表元内距

    cellspacing=数值单位是像素,定义表元间距

    border=数值单位是像素,定义表格边框宽度

    width=数值单位是像素或窗口百分比,定义表格宽度

    background=图片链接地址,定义表格背景图

    表格中一个表格行的开始和结束;

    表格中行内一个单元格的开始和结束

    属性:

    Colspan="",单元格跨越多列;

    Rowspan="",单元格跨越多行;

    Width="";定义表格宽度

    Height="";定义表格高度

    Align="";对齐方式

    Valign="";

    Border="",边框宽度;

    Bgcolor="",背景色;

    Bordercolor="",边框颜色;

    Bordercolorlight="",边框明亮面的颜色;

    Bordercolordark="",边框暗淡面的颜色;

    Cellpadding="",内容与边框的距离(默认为2);

    Cellspacing="",单元格间的距离(默认为2);


    强制换行

    文本标识的开始和结束

    属性:

    face=字体

    color=颜色

    加粗文字标识的开始和结束

    属性:

    style=font-size:40pt;,用样式表方式控制字体大小,这里是40点

    ,分区标识的开始和结束

    属性:

    align=|center|left|right|水平对齐方式

    动态标识的开始和结束,如标识内放置贴图格式则可实现图片滚动

    属性:

    scrollamount=1~60,滚动速度

    direction=|left|right|up|down|,滚动方向

    scrolldelay=滚动延时,单位:毫秒

    段落标识,

     空格符,

    贴图标识

    属性:

    src=../../图片链接地址,贴图标识必备属性

    style=filter:Alpha(opacity=100,style=2);

    filter:样式表滤镜;

    Alpha:透明滤镜,

    opacity:不透明度100(0~100);

    style:样式2(0~3),

    rules="none"不显示内框"

    多媒体文件标识

    属性:

    SRC="../../FILENAME",

    设定音乐文件的路径,文件类型除了可以播放.rm;.mp3;.wav等音频,还可播放.swf和.mov等视频.

    AUTOSTART=TRUE/FALSE,

    是否要音乐文件传送完就自动播放,TRUE是要,FALSE是不要,默认为FALSE

    LOOP=,设定播放重复次数,LOOP=6表示重复6次,true或-1为无限循环,false为播放一次即停止.

    STARTIME="分:秒",

    设定乐曲的开始播放时间,如20秒后播放写为STARTIME=00:20

    VOLUME=0-100,

    设定音量的大小.如果没设定的话,就用系统的音量.

    WIDTH,HEIGHT,

    设定控制面板的大小,都设为0可隐藏播放器

    HIDDEN=TRUE,

    隐藏控制面板

    CONTROLS=CONSOLE/SMALLCONSOLE,

    设定控制面板的样子,

    ,背景音乐标识,只能用于.wav和.mp3格式.

    属性:

    LOOP=,设定播放重复次数,LOOP=6表示重复6次,true或-1为无限循环,false为播放一次即停止.

    表单标签:

    表格标识的开始和结束,表单的内容都放在这里.

    下边的标签放在表单内:

    属性:

    Multiple,多选

    ,大量文字输入的编辑块

    属性:

    Cols="",行;

    Rows="",列;

    ,文本框

    ,密码框

    ,提交按扭

    ,复选框

    ,单选框

    ,重置按扭

    ,图片按扭

    ,隐藏域

    ,按扭

    ,浏览文件

    公共属性:

    Name="";

    Value=""

    Size=""

    框架标签:

    ...,定义框架.

    ,放在框架标签内,定义每个框架的内容.

    属性:

    Cols=""

    Rows=""

    Frameborder=""

    Framespacing=""

    src=""

    Scrolling="",滚动条(No,Yes);

    Noresize,框加大小不可变;

    Marginhight="",高度空余空间;

    Marginwidth="",宽度空余空间;

    Target="",目标框架.

    其他标签:

    ,背景音乐;

    Src=""

    Loop="",循环次数;

    ,媒体播放块;

    Src=""

    Loop="",循环次数;

    ,滚动部分;

    属性:

    Bgcolor=""

    Behavior,设置或获取文本如何在字幕中滚动.

    Direction="",滚动方向;

    Height=""

    Width=""

    Loop="",环次数;

    scrollAmount="",设置或获取介于每个字幕绘制序列之间的文本滚动像素数.

    scrollDelay="",设置或获取字幕滚动的速度.

    scrollHeight="",获取对象的滚动高度;

    scrollLeft="",设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离.

    scrollTop="",设置或获取位于对象最顶端和窗口中可见内容的最顶端之间的距离.

    trueSpeed="",设置或获取字幕的位置是否使用scrollDelay和scrollAmount属性计算,已过的实际时间来自于时钟计时.

    ,注释标记,在""之间的内容将不在浏览器中显示.

    --

    基本标签:

    ,创建一个HTML文档;

    ,设置文档标题和其它在网页中不显示的信息;

    ,设置文档的标题;

    ,最大的标题;

    ,预先格式化文本; 

    ,下划线

    ,黑体字;

    ,斜体字;

    ,打字机风格的字体;

    ,引用,通常是斜体;

    ,强调文本(通常是斜体加黑体);

    ,加重文本(通常是斜体加黑体);

    ,设置字体大小从1到7,颜色使用名字或RGB的十六进制值;

    ,基准字体标记;

    ,字体加大;

    ,字体缩小;

    ,加删除线;

    ,程式码;

    ,键盘字;

    ,范例;

    ,变量;

    ,向右缩排;

    ,述语定义;

    ,地址标记;

    ,上标字;

    ,下标字;

    ...固定宽度字体(在文件中空白、换行、定位功能有效)

    ...</plaintext>固定宽度字体(不执行标记符号); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><listing>...</listing>,固定宽度小字体; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><font,color=00ff00>...</font>字体颜色; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><font,size=1>...</font>最小字体; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><font,style,='font-size:100,px'>...</font>无限增大. </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">格式标签: </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><p></p>,创建一个段落; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><p,align="">,将段落按左、中、右对齐; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><br>,换行,插入一个回车换行符; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><blockquote></blockquote>,从两边缩进文本; </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dl></dl>,列表标签,定义列表; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dt>,定义列表标题; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dd>,定义列表内容; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">例: </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dl> </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dt>标题1</dt> </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dd>内容11</dd> </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dd>内容12</dd> </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dt>标题2</dt> </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dd>内容21</dd> </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><dd>内容22</dd> </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"></dl> </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><ol></ol>,列表标签,定义一个标有数字的列表; </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><ul></ul>,列表标签,定义一个标有圆点的列表; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><li>,放在每个列表项之前; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">放在<ol></ol>之间则每个列表项加上一个数字,放在<ul></ul>之间则每个列表项加上一个圆点; </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><div,align=""></div>,分区标签,用来排版大块HTML段落,也用于格式化表; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><MENU>,选项清单; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><DIR>,目录清单; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><nobr></nobr>,强行不换行; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><hr,size='9',width='80%',color='ff0000'>水平线(设定宽度); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><center></center>,水平居中. </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">链接标签: </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><a,href="URL"></a>,创建超文本链接; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><a,href="mailtEMAIL"> </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"></a>,创建自动发送电子邮件的链接; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><a,name="name"></a>,创建位于文档内部的书签; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><a,href="#name"></a>,创建指向位于文档内部书签的链接; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><BASE>,文档中不能被该站点辨识的其它所有链接源的URL; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><LINK>,定义一个链接和源之间的相互关系; </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">链接标签注解: </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">target="...",决定链接源在什么地方显示(用户自定义的名字,_blank,_parent,_self,_top); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">rel="...",发送链接的类型; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">rev="...",保存链接的类型; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">accesskey="...",指定该元素的热键; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">shape="...",允许我们使用已定义的形状定义客户端的图形镜像(default,rect,circle,poly); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">coord="...",使用像素或者长度百分比来定义形状的尺寸; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">tabindex="...",使用定义过的tabindex元素设置在各个元素之间的焦点获取顺序(使用tab键使元素获得焦点). </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><span style="color:#ff0000;">表格标签: </span></span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><table></table>,创建一个表格; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><tr></tr>,表格中的每一行; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><td></td>,表格中一行中的每一个格子; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><th></th>,设置表格头:通常是黑体居中文字; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><table,cellspacing="">,设置表格格子之间空间的大小; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><table,border="">,设置边框的宽度; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><table,cellpadding="">,设置表格格子边框与其内部内容之间空间的大小; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><table,width="">,设置表格的宽度.用绝对像素值或总宽度的百分比; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><table,align="">,设置表格格子的水平对齐方式(left,center,right,justify); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><tr,align="">,设置表格格子的水平对齐方式(left,center,right,justify); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><tr,valign="">,设置表格格子的垂直对齐方式(baseline,bottom,middle,top); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><td,colspan="">,设置一个表格格子跨占的列数(缺省值为1); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><td,rowspan="">,设置一个表格格子跨占的行数(缺省值为1); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><td,nowrap>,禁止表格格子内的内容自动断行; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><CAPTION></CAPTION>,表格的标题; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><COLGROUP></COLGROUP>,定义多个列为一组列; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><TABLE></TABLE>,创建一个表格; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><THEAD></THEAD>,定义表格的页眉; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><COL>,定义一个列组中的列,以便对它们能够同时设置有关属性; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><TBODY></TBODY>,定义一个表格的实体; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><TFOOT></TFOOT>,定义一个表格的页脚; </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">表单标签: </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><form></form>,创建表单; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">action="...",接收数据的服务器的URL; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">method="...",HTTP的方法(get,,post),其中get是被反对使用的; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">enctype="...",指定MIME(Internet媒体类型); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">οnsubmit="...",当提交表单时发生的内部事件; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">noreset="...",在重新设置表单时发生的内部事件; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">target="...",决定把内容显示在什么地方(_blank,_parent,_self,_top) </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><select,multiple,name="name",size=""></select>,创建滚动菜单,size设置在需要滚动前可以看到的表单项数目; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><option>,设置每个表单项的内容; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><select,name="name"></select>,创建下拉菜单; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><textarea,name="name",cols=40,rows=8></textarea>,创建一个文本框区域,列的数目设置宽度,行的数目设置高度; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><input,type="checkbox",name="name">,创建一个复选框,文字在标签后面; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><input,type="radio",name="name",value="">,创建一个单选框,文字在标志后面; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><input,type=text,name="foo",size=20>,创建一个单行文本输入区域,size设置以字符串的宽度; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><input,type="submit",value="name">,创建提交(submit)按钮; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><input,type="image",border=0,name="name",src="name.gif">,创建一个使用图象的提交(submit)按钮; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><input,type="reset">,创建重置(reset)按钮; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><BUTTON></BUTTON>,创建一个按钮; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">disabled="...",把按钮的状态设置为不能; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">name="...",按钮的控制名,value="...",按钮的值; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">type="...",按钮的类型(button,,submit,,reset); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><FIELDSET></FIELDSET>,把相互关联的控件组合成一组; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><ISINDEX>,提示用户输入; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><LABEL></LABEL>,为一个控件提供标签; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><LEGEND></LEGEND>,为FIELDSET元素指定一标题; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><SELECT></SELECT>,为用户做选择创建各个选项; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><TEXTAREA></TEXTAREA>,创建一个允许用户多行输入的区域. </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">表单标签注解: </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">type="...",用于输入控件的类型(text,password,checkbox,radio,submit,reset,file,hidden,image,button); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">name="...",控件的控制名(要求是除了submit和reset之外的任何名字); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">value="...",控件的初始值; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">checked="...",把一个单选钮设置为选中的状态; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">disabled="...",把控件的状态设置为不能使用; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">readonly="...",只对输入密码的文本框使用; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">size="...",表示以像素为单位的除了文本框和密码框控件之外的其它控件的宽度,它是用来指定字符的数目; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">src="...",一个图像控件的URL; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">maxlength="...",指定可以输入的最多的字符数目; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">alt="...",另外一种文本描述; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">usemap="...",到客户端图形镜像的URL; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">align="...",被反对.控制对齐方式(left,,center,,right,,justify); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">tabindex="...",通过定义的tabindex值确定在不同元素之间获得焦点的顺序; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">οnfοcus="...",当元素获得焦点时发生的事件; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">οnblur="...",当元素失去焦点时发生的事件; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">οnselect="...",当元素被选中时发生的事件; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">onchang="...",当元素状态被改变时发生的事件; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">accept="...",允许上载的文件类型. </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">帧标签(框架标签): </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frameset></frameset>,放在一个帧文档的<body>标签之前,也可以嵌在其他帧文档中; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frameset,rows="value,value">,定义一个帧内的行数,可用像素值或高度百分比; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frameset,cols="value,value">,定义一个帧内的列数,可用像素值或宽度百分比; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frame>,定义一个帧内的单一窗或窗区域; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><noframes></noframes>,定义在不支持帧的浏览器中显示什么提示; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frame,src="URL">,规定帧内显示的HTML文档; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frame,name="name">,命名帧或区域以便别的帧可以指向它; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frame,marginwidth="">,定义帧左右边缘的空白大小,必须大于等于1; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frame,marginheight="">,定义帧上下边缘的空白大小,必须大于等于1; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frame,scrolling="">,设置帧是否有滚动栏,其值可以是"yes","no",或"auto"; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><frame,noresize>,禁止用户调整一个帧的大小; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><IFRAME></IFRAME>,创建一个内联的帧; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">scr="...",定义在帧中显示的内容的来源; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">frameborder="...",定义帧之间的边界(0或1); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">align="...",被反对,控制对齐方式(left,,center,,right,,justify); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">height="...",帧的高度,width="..."帧的宽度; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee>...</marquee>,普通卷动; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,behavior=slide>...</marquee>,滑动; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,behavior=scroll>...</marquee>,预设卷动; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,behavior=alternate>...</marquee>,来回卷动; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,direction=down>...</marquee>,向下卷动; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,direction=up>...</marquee>,向上卷动; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,direction=right></marquee>,向右卷动; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,direction='left'></marquee>,向左卷动; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,loop=2>...</marquee>,卷动次数; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,width=180>...</marquee>,设定宽度; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,height=30>...</marquee>,设定高度; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,bgcolor=FF0000>...</marquee>,设定背景颜色; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,scrollamount=30>...</marquee>,设定卷动距离; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><marquee,scrolldelay=300>...</marquee>,设定卷动时间; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><img,src="">,插入图片,参数有:width="宽",alt="说明文字",height="高",boder="边框". </span></p> <p style="margin-left:.0001pt;text-align:left;"> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;">文档整体属性标签: </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,bgcolor="">,设置背景颜色.使用名字或RGB的十六进制值; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,background="">,设置背景图片; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,bgsound="">,设置背景音乐; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,bgproperties="fixed">,固定背景图片(IE适用); </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,text="">,设置文本颜色.使用名字或RGB的十六进制值; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,link="">,设置链接颜色.使用名,字或RGB的十六进制值; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,vlink="">,设置已使用的链接的颜色.使用名字或RGB的十六进制值; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,alink="">,设置正在被击中的链接的颜色.使用名字或RGB的十六进制值; </span></p> <p style="margin-left:.0001pt;text-align:left;"><span style="background-color:#ffffff;"><body,topmargin="">,设置页面的上边距; </span></p> <p style="margin-left:.0001pt;text-align:justify;"><body,leftmargin="">,设置页面的左边距.</p> <p style="margin-left:.0001pt;text-align:justify;"> <p style="margin-left:.0001pt;text-align:justify;"> <p style="margin-left:.0001pt;text-align:justify;"> <p style="margin-left:.0001pt;text-align:center;">CSS常用基本属性</p> <p style="margin-left:.0001pt;text-align:justify;">CSS文字属性:</p> <p style="margin-left:.0001pt;text-align:justify;"> <p style="margin-left:.0001pt;text-align:justify;">color : #999999; /*文字颜色*/</p> <p style="margin-left:.0001pt;text-align:justify;">font-family : 宋体,sans-serif; /*文字字体*/</p> <p style="margin-left:.0001pt;text-align:justify;">font-size : 9pt; /*文字大小*/</p> <p style="margin-left:.0001pt;text-align:justify;">font-style:itelic; /*文字斜体*/</p> <p style="margin-left:.0001pt;text-align:justify;">font-variant:small-caps; /*小字体*/</p> <p style="margin-left:.0001pt;text-align:justify;">letter-spacing : 1pt; /*字间距离*/</p> <p style="margin-left:.0001pt;text-align:justify;">line-height : 200%; /*设置行高*/</p> <p style="margin-left:.0001pt;text-align:justify;">font-weight:bold; /*文字粗体*/</p> <p style="margin-left:.0001pt;text-align:justify;">vertical-align:sub; /*下标字*/</p> <p style="margin-left:.0001pt;text-align:justify;">vertical-align:super; /*上标字*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-decoration:line-through; /*加删除线*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-decoration:overline; /*加顶线*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-decoration:underline; /*加下划线*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-decoration:none; /*删除链接下划线*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-transform : capitalize; /*首字大写*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-transform : uppercase; /*英文大写*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-transform : lowercase; /*英文小写*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-align:right; /*文字<a href="https://so.csdn.net/so/search?q=%E5%8F%B3%E5%AF%B9%E9%BD%90&spm=1001.2101.3001.7020" target="_blank" class="hl hl-1" data-report-view="{"spm":"1001.2101.3001.7020","dest":"https://so.csdn.net/so/search?q=%E5%8F%B3%E5%AF%B9%E9%BD%90&spm=1001.2101.3001.7020","extra":"{\"searchword\":\"右对齐\"}"}" data-report-click="{"spm":"1001.2101.3001.7020","dest":"https://so.csdn.net/so/search?q=%E5%8F%B3%E5%AF%B9%E9%BD%90&spm=1001.2101.3001.7020","extra":"{\"searchword\":\"右对齐\"}"}" data-tit="右对齐" data-pretit="右对齐">右对齐</a>*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-align:left; /*文字<a href="https://so.csdn.net/so/search?q=%E5%B7%A6%E5%AF%B9%E9%BD%90&spm=1001.2101.3001.7020" target="_blank" class="hl hl-1" data-report-view="{"spm":"1001.2101.3001.7020","dest":"https://so.csdn.net/so/search?q=%E5%B7%A6%E5%AF%B9%E9%BD%90&spm=1001.2101.3001.7020","extra":"{\"searchword\":\"左对齐\"}"}" data-report-click="{"spm":"1001.2101.3001.7020","dest":"https://so.csdn.net/so/search?q=%E5%B7%A6%E5%AF%B9%E9%BD%90&spm=1001.2101.3001.7020","extra":"{\"searchword\":\"左对齐\"}"}" data-tit="左对齐" data-pretit="左对齐">左对齐</a>*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-align:center; /*文字居中对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">text-align:justify; /*文字分散对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">vertical-align属性</p> <p style="margin-left:.0001pt;text-align:justify;">vertical-align:top; /*垂直向上对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">vertical-align:bottom; /*垂直向下对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">vertical-align:middle; /*垂直居中对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">vertical-align:text-top; /*文字垂直向上对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">vertical-align:text-bottom; /*文字垂直向下对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;"> <p style="margin-left:.0001pt;text-align:justify;">★CSS符号属性:</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:none; /*不编号*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:decimal; /*阿拉伯数字*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:lower-roman; /*小写罗马数字*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:upper-roman; /*大写罗马数字*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:lower-alpha; /*小写英文字母*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:upper-alpha; /*大写英文字母*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:disc; /*实心圆形符号*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:circle; /*空心圆形符号*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-type:square; /*实心方形符号*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-image:url(/dot.gif); /*图片式符号*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-position:outside; /*凸排*/</p> <p style="margin-left:.0001pt;text-align:justify;">list-style-position:inside; /*缩进*/★CSS背景样式:</p> <p style="margin-left:.0001pt;text-align:justify;">background-color:#F5E2EC; /*背景颜色*/</p> <p style="margin-left:.0001pt;text-align:justify;">background:transparent; /*透视背景*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-image : url(/image/bg.gif); /*背景图片*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-attachment : fixed; /*浮水印固定背景*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-repeat : repeat; /*重复排列-网页默认*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-repeat : no-repeat; /*不重复排列*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-repeat : repeat-x; /*在x轴重复排列*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-repeat : repeat-y; /*在y轴重复排列*/★指定背景位置</p> <p style="margin-left:.0001pt;text-align:justify;">background-position : 90% 90%; /*背景图片x与y轴的位置*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-position : top; /*向上对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-position : buttom; /*向下对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-position : left; /*向左对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-position : right; /*向右对齐*/</p> <p style="margin-left:.0001pt;text-align:justify;">background-position : center; /*居中对齐*/★CSS连接属性:</p> <p style="margin-left:.0001pt;text-align:justify;">a /*所有超链接*/</p> <p style="margin-left:.0001pt;text-align:justify;">a:link /*超链接文字格式*/</p> <p style="margin-left:.0001pt;text-align:justify;">a:visited /*浏览过的链接文字格式*/</p> <p style="margin-left:.0001pt;text-align:justify;">a:active /*按下链接的格式*/</p> <p style="margin-left:.0001pt;text-align:justify;">a:hover /*鼠标转到链接*/</p> <p style="margin-left:.0001pt;text-align:justify;"> <ul><li style="text-align:justify;">鼠标光标样式:</li></ul> <p style="margin-left:.0001pt;text-align:justify;"> <p style="margin-left:.0001pt;text-align:justify;">链接手指 CURSOR: hand</p> <p style="margin-left:.0001pt;text-align:justify;">十字体 cursor:crosshair</p> <p style="margin-left:.0001pt;text-align:justify;">箭头朝下 cursor:s-resize</p> <p style="margin-left:.0001pt;text-align:justify;">十字箭头 cursor:move</p> <p style="margin-left:.0001pt;text-align:justify;">箭头朝右 cursor:move</p> <p style="margin-left:.0001pt;text-align:justify;">加一问号 cursor:help</p> <p style="margin-left:.0001pt;text-align:justify;">箭头朝左 cursor:w-resize</p> <p style="margin-left:.0001pt;text-align:justify;">箭头朝上 cursor:n-resize</p> <p style="margin-left:.0001pt;text-align:justify;">箭头朝右上 cursor:ne-resize</p> <p style="margin-left:.0001pt;text-align:justify;">箭头朝左上 cursor:nw-resize</p> <p style="margin-left:.0001pt;text-align:justify;">文字I型 cursor:text</p> <p style="margin-left:.0001pt;text-align:justify;">箭头斜右下 cursor:se-resize</p> <p style="margin-left:.0001pt;text-align:justify;">箭头斜左下 cursor:sw-resize</p> <p style="margin-left:.0001pt;text-align:justify;">漏斗 cursor:wait</p> <p style="margin-left:.0001pt;text-align:justify;">光标图案(IE6) p {cursor:url(”光标文件名.cur”),text;}★CSS框线:</p> <p style="margin-left:.0001pt;text-align:justify;">border-top : 1px solid #6699cc; /*上框线*/</p> <p style="margin-left:.0001pt;text-align:justify;">border-bottom : 1px solid #6699cc; /*下框线*/</p> <p style="margin-left:.0001pt;text-align:justify;">border-left : 1px solid #6699cc; /*左框线*/</p> <p style="margin-left:.0001pt;text-align:justify;">border-right : 1px solid #6699cc; /*右框线*/</p> <p style="margin-left:.0001pt;text-align:justify;">以上是建议书写方式,但也可以使用常规的方式 如下:border-top-color : #369 /*设置上框线top颜色*/</p> <p style="margin-left:.0001pt;text-align:justify;">border-top-width :1px /*设置上框线top宽度*/</p> <p style="margin-left:.0001pt;text-align:justify;">border-top-style : solid/*设置上框线top样式*/</p> <p style="margin-left:.0001pt;text-align:justify;"> <p style="margin-left:.0001pt;text-align:justify;">其他框线样式</p> <p style="margin-left:.0001pt;text-align:justify;"> <p style="margin-left:.0001pt;text-align:justify;">solid /*实线框*/</p> <p style="margin-left:.0001pt;text-align:justify;">dotted /*虚线框*/</p> <p style="margin-left:.0001pt;text-align:justify;">double /*双线框*/</p> <p style="margin-left:.0001pt;text-align:justify;">groove /*立体内凸框*/</p> <p style="margin-left:.0001pt;text-align:justify;">ridge /*立体浮雕框*/</p> <p style="margin-left:.0001pt;text-align:justify;">inset /*凹框*/</p> <p style="margin-left:.0001pt;text-align:justify;">outset /*凸框*/</p> </div> </div> </li> <li class="list-group-item ul-li"> <b>相关阅读:</b><br> <nobr> <a href="/Article/Index/1461897">Linux驱动开发 问题随笔</a> <br /> <a href="/Article/Index/713070">2022-07-20 mysql-hashJoin说明</a> <br /> <a href="/Article/Index/814471">Arduino &#x2B; ESP32-C3 &#x2B; TFT(1.8‘ ST7735S)基础平台(实验五)温湿度</a> <br /> <a href="/Article/Index/1339914">input允许多行输入</a> <br /> <a href="/Article/Index/636407">opencv [c&#x2B;&#x2B;] 连通域分析connectedComponentsWithStats() 和 connectedComponents()</a> <br /> <a href="/Article/Index/829289">【mysql篇-进阶篇】SQL优化</a> <br /> <a href="/Article/Index/1146953">visdom安装及使用</a> <br /> <a href="/Article/Index/1466221">Git详解及 github使用</a> <br /> <a href="/Article/Index/1540024">星系炸弹(蓝桥杯真题填空题)</a> <br /> <a href="/Article/Index/1554090">OpenCV杂记(1):绘制OSD(cv::getTextSize, cv::putText)</a> <br /> </nobr> </li> <li class="list-group-item from-a mb-2"> 原文地址:https://blog.csdn.net/zzjlhlcd/article/details/127677252 </li> </ul> </div> <div class="col-lg-4 col-sm-12"> <ul class="list-group" style="word-break:break-all;"> <li class="list-group-item ul-li-bg" aria-current="true"> 最新文章 </li> <li class="list-group-item ul-li"> <nobr> <a href="/Article/Index/1484446">攻防演习之三天拿下官网站群</a> <br /> <a href="/Article/Index/1515268">数据安全治理学习——前期安全规划和安全管理体系建设</a> <br /> <a href="/Article/Index/1759065">企业安全 | 企业内一次钓鱼演练准备过程</a> <br /> <a href="/Article/Index/1485036">内网渗透测试 | Kerberos协议及其部分攻击手法</a> <br /> <a href="/Article/Index/1877332">0day的产生 | 不懂代码的&quot;代码审计&quot;</a> <br /> <a href="/Article/Index/1887576">安装scrcpy-client模块av模块异常,环境问题解决方案</a> <br /> <a href="/Article/Index/1887578">leetcode hot100【LeetCode 279. 完全平方数】java实现</a> <br /> <a href="/Article/Index/1887512">OpenWrt下安装Mosquitto</a> <br /> <a href="/Article/Index/1887520">AnatoMask论文汇总</a> <br /> <a href="/Article/Index/1887496">【AI日记】24.11.01 LangChain、openai api和github copilot</a> <br /> </nobr> </li> </ul> <ul class="list-group pt-2" style="word-break:break-all;"> <li class="list-group-item ul-li-bg" aria-current="true"> 热门文章 </li> <li class="list-group-item ul-li"> <nobr> <a href="/Article/Index/888177">十款代码表白小特效 一个比一个浪漫 赶紧收藏起来吧!!!</a> <br /> <a href="/Article/Index/797680">奉劝各位学弟学妹们,该打造你的技术影响力了!</a> <br /> <a href="/Article/Index/888183">五年了,我在 CSDN 的两个一百万。</a> <br /> <a href="/Article/Index/888179">Java俄罗斯方块,老程序员花了一个周末,连接中学年代!</a> <br /> <a href="/Article/Index/797730">面试官都震惊,你这网络基础可以啊!</a> <br /> <a href="/Article/Index/797725">你真的会用百度吗?我不信 — 那些不为人知的搜索引擎语法</a> <br /> <a href="/Article/Index/797702">心情不好的时候,用 Python 画棵樱花树送给自己吧</a> <br /> <a href="/Article/Index/797709">通宵一晚做出来的一款类似CS的第一人称射击游戏Demo!原来做游戏也不是很难,连憨憨学妹都学会了!</a> <br /> <a href="/Article/Index/797716">13 万字 C 语言从入门到精通保姆级教程2021 年版</a> <br /> <a href="/Article/Index/888192">10行代码集2000张美女图,Python爬虫120例,再上征途</a> <br /> </nobr> </li> </ul> </div> </div> </div> <!-- 主体 --> <!--body结束--> <!--这里是footer模板--> <!--footer--> <nav class="navbar navbar-inverse navbar-fixed-bottom"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="text-muted center foot-height"> Copyright&nbsp;©&nbsp;2022&nbsp;侵权请联系<a href="mailto:2656653265@qq.com">2656653265@qq.com</a> &nbsp;&nbsp; <a href="https://beian.miit.gov.cn/" target="_blank">京ICP备2022015340号-1</a> </div> <div style="width:300px;margin:0 auto; padding:0px 5px;"> <a href="/regex.html">正则表达式工具</a> <a href="/cron.html">cron表达式工具</a> <a href="/pwdcreator.html">密码生成工具</a> </div> <div style="width:300px;margin:0 auto; padding:5px 0;"> <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010502049817" style="display:inline-block;text-decoration:none;height:20px;line-height:20px;"> <img src="" style="float:left;" /><p style="float:left;height:20px;line-height:20px;margin: 0px 0px 0px 5px; color:#939393;">京公网安备 11010502049817号</p></a> </div> </div> </div> </div> </nav> <!--footer--> <!--footer模板结束--> <script src="/js/plugins/jquery/jquery.js"></script> <script src="/js/bootstrap.min.js"></script> <!--这里是scripts模板--> <!--scripts模板结束--> </body> </html>