码迷,mamicode.com
首页 >  
搜索关键字:ul    ( 3408个结果
jQuery返回顶部和在线客服网站侧边栏
效果图: 效果图: 全部代码: 全部代码: <!DOCTYPE html> <html> <head> <title></title> <style type="text/css"> *{margin:0;padding:0;} ul{list-style: none;} .slide{ posit ...
分类:Web程序   时间:2019-10-01 14:28:39    阅读次数:123
列表的作用
1.列表的作用 1.1有条理的显示数据 用于布局(用得较多) 1.2有序列表<ol></ol> order list 无序列表<ul></ul> unorder list 2.列表项 2.1 <ol> <li></li> list item <li></li> </ol> img标签 <a><img ...
分类:其他好文   时间:2019-09-30 14:43:39    阅读次数:117
html中气泡头像效果
//html ...
分类:Web程序   时间:2019-09-30 09:27:52    阅读次数:115
edu_6_4_1
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>图像与多媒体文件应用</title> <style type="text/css"> ul{list-style-type: none;} li{display: inline;m... ...
分类:其他好文   时间:2019-09-29 20:02:41    阅读次数:106
edu_6_1_3
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>设置图像宽度高度及边框</title> <style type="text/css"> ul{list-style-type: none;} li{float: left;padd... ...
分类:其他好文   时间:2019-09-29 19:55:32    阅读次数:89
t_5_3_2
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>链接到同一页面的书签</title> </head> <body> <h3><a name="software">主流的网页设计软件</a></h3> <ul> <li><a hr... ...
分类:其他好文   时间:2019-09-28 18:24:53    阅读次数:78
0925面试的基础问题总结
1.伪元素的特点 (1) 优点 (2) 缺点 (3)img input select 这种单标签不支持::before ,::after input,img,select等元素都不能包含其他元素,所以不能通过伪元素插入内容。至于Chrome 中checkbox和radio可以插入,那应该是Bug了 ...
分类:其他好文   时间:2019-09-27 01:39:19    阅读次数:106
css常识
1.引入css <link rel="stylesheet" type="text/css" href=""> 2.常用默认样式 *{ box-sizing: border-box; } ul,ol{ list-style: none; } a{ text-decoration:none; colo ...
分类:Web程序   时间:2019-09-25 12:19:46    阅读次数:129
css选择器有哪些?哪些属性可以继承?优先级算法如何计算?新增的伪类有哪些?
一,css选择器: 1.id选择器( # myid) 2.类选择器(.myclassname) 3.标签选择器(div, h1, p) 4.相邻选择器(h1 + p) 5.子选择器(ul > li) 6.后代选择器(li a) 7.通配符选择器( * ) 8.属性选择器(a[rel = "exter ...
分类:编程语言   时间:2019-09-25 10:38:24    阅读次数:129
css display属性
display属性共有4个值: blcok:块级元素 inline block:行内块级元素 inline:行内元素 none:隐藏元素,不占据空间 1.块级元素 常见的块级元素有div,p,ul,ol,li,h1~h6等 块级元素会默认占满父元素的宽度且独占一行 2.行内元素 常见的行内元素有sp ...
分类:Web程序   时间:2019-09-22 01:22:27    阅读次数:2339
3408条   上一页 1 ... 40 41 42 43 44 ... 341 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!