<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; background-color:red ...
分类:
其他好文 时间:
2021-07-05 18:59:08
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> /* 清除浏览器默认样式 */ *{ margin: 0; padding: 0; } .box1{ width: ...
分类:
其他好文 时间:
2021-07-05 18:58:02
阅读次数:
0
<!DOCTYPE html> <html> <head> <title>多个div高度保持一致</title> <style type="text/css"> #parent { color: #fff; width: 1140px; margin: 0px auto; border: 1px s ...
分类:
其他好文 时间:
2021-07-05 18:18:41
阅读次数:
0
学习HTML5的第三天: 1.带样式的表格表单 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>表格表单</title> <style type="text/css"> tr { border: none; height: 30 ...
分类:
Web程序 时间:
2021-07-01 16:36:54
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>垂直外边距的重叠</title> <style type="text/css"> .box1{ /* 为上面的元素设置一个下外边距 */ width: 100px; height: ...
分类:
其他好文 时间:
2021-07-01 16:28:08
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>无序列表和有序列表</title> <style type="text/css"> /* 去掉项目符号 */ .ul1 { list-style: none; } </style> ...
分类:
其他好文 时间:
2021-06-30 17:53:22
阅读次数:
0
<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .boss{ display: block; width: ...
分类:
其他好文 时间:
2021-06-28 18:25:49
阅读次数:
0
学习跟着视频做的,勿喷 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <style type="text/css"> h3{ text-align: center; } td{ backgro ...
分类:
其他好文 时间:
2021-06-21 20:48:25
阅读次数:
0
<!DOCTYPE html> <html> <head> <title>table2xls</title> <meta charset="utf-8"> <style type="text/css"> body, table { font-size: 12px; } table { table-l ...
分类:
Web程序 时间:
2021-06-15 18:01:54
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .box1{ width: 100px; height: 100px; /* * 颜色单位: * 在CSS可以直接 ...
分类:
其他好文 时间:
2021-06-08 23:31:53
阅读次数:
0