其他分享
首页 > 其他分享> > HTNL基础标签

HTNL基础标签

作者:互联网

HTML基本标签

<head>头部</head> ;  <body>身体(主体)</body> ;  <strong>加重文本</strong>

字符标签

<font>字符标签</font>  ;<color>颜色</color> ; <size>大小</size>  ; <face>字体</face>

水平线 hr

noshade='noshade'     noshade属性是<hr/>标记专有属性,表示该水平线为非立体的平面水平线,如果不加则默认为立体水平线。

width 水平线宽 ;size 水平线高  ;  color 水平线颜色

 

超链接

href  指向网络中的地址;   target  打开网页方式 ;  _blank 空白网页打开 ; _self  当前网页打开 ; mailto  指向邮箱地址

无序列表

disc  实心小圆点   ;square  实心矩形   ;circle  空心圆   

滚动文字

marquee   创建滚动文字  ;direction  方向 ;  left  向左  ; right  向右 ;  up 向上   ; down  向下 ;    behavior  方式   ;     sroll  循环滚动   ; slide 滚动一次 ;alternate   交替滚动 ;scrollamount  滚动速度  ;vspace  垂直空白范围   ;hspace   水平空白范围

表格

table  创建表格   ; align  水平对齐方式  ; colspan  横向合并   ;rowspan  纵向合并 ;cellspancing   单元格到边框的距离   ; cellpadding   单元格内容到边框距离   ; bgcolor  背景颜色  ; background 背景图片 ;border  边框线粗细 ; bordercolor  边框线颜色 

表单

input  输入框  ; type  属性 ; text  文本 ;password  密码  ;file  文件 ; date 日期 ; image  图片按钮  ; radio  单选框  ;checkbox 复选框  ;button 普通按钮 ; submit  提交按钮  ; reset  重置按钮  ;name  名字  ;checked 默认选中(单选框、复选框);value  值  ;select  下拉框 (选择);  option 选项  ;selected  默认选中(下拉框);textarea 文本框域   ; cols  列  ;rows 行  

CSS、盒模型

content  内容  ; padding 内边距  ;border  边距   ;solid 实线  ;dotted  点线  ;  dashed  虚线  ;double  双实线 ; margin  外边距  ;top  顶部  ;bottom 底部 

样式

style  样式 ;decoration  装饰 ; none  没有  ; overline   上划线  ;underline  下划线  ;line - through  删除线  ;float  浮动  ;position  定位  ; relative 相对的   ;absolute  绝对的

 

标签:滚动,标签,基础,水平线,noshade,HTNL,按钮,网页
来源: https://www.cnblogs.com/CYcnblogs/p/11106454.html