当前位置:首页 > Web开发 > 正文

margin:0 auto; = 盒子居中text-decoration: none;=去除下划线text-decora

2024-03-31 Web开发

标签:

<!-- type = circle暗示空心圆 -->     <!-- type = disc 暗示实心圆 -->     <!-- type = square暗示方块 -->       !!!if---表达式为真则语句执行一次   !!!while---表达式为真则一直执行循环   !!!break---直接终止循环   !!!continue---结束当次循环   !!!align="center 摆列  居中   !!!选中文字段掉队,英文状态下ctrl+/是快速注释   !!!rowspan 竖向合并单元格  colspan 横向合并单元格   !!! <!-- img是标签,src是图片位置,alt是图片无法加载时候的提示信息 -->  title="鼠标放到图片上显示的字"           <!-- rowspan="3"竖向合并3个单元格 --> max-width==最大宽度; min-width==最小宽度;         <!-- video视频   width宽度  height高度 -->         <!--——居中 -->         <!-- audio音频 -->         <!-- value为默认值 -->         <!-- input输入    type类型 -->         <!-- radio是单选按钮 -->         <!-- checked为默认对勾    checkbox复选框 -->         <!-- 加上id和for 是在页面上点击文字可以打对勾 -->         <!-- selecct 下拉列表 -->         <!-- size最多显示个数 -->         <!-- hidden隐藏内容 -->         <!-- maxlenght+数字 允许输入字数 -->           <!-- option 选项 -->           <!-- size最多显示个数 -->         <!-- hidden隐藏内容 -->         <!-- maxlenght+数字 允许输入字数 -->   background-image: url("./image/img3.jpg");==配景图像:地点("") background-position: center;==配景位置:中心  background-repeat:no-repeat;==配景反复:无反复 background-position==配景位置(配景图才华用); background-size: 100% 100%==配景尺寸 background: linear-gradient(X,X)==配景:渐变色 backface-visibility: hidden;=== 不和可见性:隐藏; background-size: cover:===配景尺寸:封面 nth-child(1)==第一个孩子(1)   text-indent:2em ------------首行缩进两个字符 border:  1px  dashed  red;-----dashed(虚线) border-radius:圆角 placeholder=""---输入框的默认值 z-index:==层叠先后级数 鼠标样式:cursor   font-style: italic=字体,样式,斜体 font-weight: bold;字体,粗体       writing-mode: vertical-lr;==书写方法垂直;   <!--contopls autoplay   自动播放 -->   line-height: 垂直居中 list-style: none;  =列表,样式:无 transition-duration==过渡连续时间   &nbsp=空格; margin-top:=上边距; padding=衬垫,,填充; clear:both   断根浮动; overflow: hidden=断根浮动;溢出,断根。 vertical-align:top----------垂直对齐:顶部   display: inline;=显示,行; display:block=显示:块;     文本居中:    text-align: center; 文本缩进:text-indent vertical-align: top;==垂直对齐:顶部。 margin:0 auto;  = 盒子居中 text-decoration: none;=去除下划线 text-decoration:underline;==文字装饰-下划线; text-align: center;=文本对齐:居中; display:inline-block;=显示:内连块; Z-index:=层级 透明色-transparent; opacity=透明度 text-decoration:none;文字装饰:无  list-style:none;列表样式:无(ul)===弹出警告窗 type="button" ===按钮   border-radius: 20%;界限半径 border=边框; border--collapse=边框折叠 border--spacing=0 ==边框间距   怪异盒子:box-sizing:border-box;    float: left;=左浮动; left=左 ; right=右;top=顶部,上;bottom=底部,下。 soid=实线;dashed=虚线。 position: relative=相对定位; position: fixed =固定定位; position: absolute=绝对定位。

css常用单词

温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/file/web/31810.html