<!DOCTYPE html><html> <head> <meta charset="utf-8" /> <title>柱状图</title> <style type="text/css"> canvas { border: 1px solid #000; } </style> </head> < ...
分类:
其他好文 时间:
2018-12-10 20:54:00
阅读次数:
211
css更多的是一种用来修饰HTML的语言 CSS的三种引入方式 1、行内样式:一般不会这样写,如果想选择某一个,可以用之后内部样式中更加详细的选中方式 2、内部样式:练习时使用 <style type="text/css">里面插入想要改变的内容样式</style> 【解释】 这里的p标签可以替换成 ...
分类:
Web程序 时间:
2018-12-07 12:09:51
阅读次数:
418
<!DOCTYPE html><html><head> <title>附加案例</title> <style type="text/css"> body{ background: #ccc; margin: 0; padding: 0; } .container{ --width: 400px; w ...
分类:
其他好文 时间:
2018-12-04 13:24:46
阅读次数:
187
<style type="text/css"> body { font-family: "Helvetica", "Arial", serif; color: #333; background-color: #ccc; margin: 1em 10%; } h1 { color: #333; bac ...
分类:
其他好文 时间:
2018-11-30 21:18:16
阅读次数:
287
一: 二: 三: 四: 五: 六: 七: 八: 九: 十: 代码 : <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .fen{ border:0px solid ...
分类:
其他好文 时间:
2018-11-30 14:04:12
阅读次数:
101
<!DOCTYPE html><html><head><title>js轮播图</title><style type="text/css">#container{width: 600px;height: 400px;position: relative;left: 30%;top: 100px;bo ...
分类:
编程语言 时间:
2018-11-27 21:03:59
阅读次数:
161
学习进度条 | 第N周 | 新增代码(行) | 累计代码(行) | 本周学习耗时(小时) | 累计学习耗时(小时) | 重要成长 | | : : | : : | : : | : : | : : | : : | | 11 | 20 | 1100 | 9 | 37 | javascript+html+ ...
分类:
其他好文 时间:
2018-11-26 23:17:42
阅读次数:
244
<!-- 设置clearfloat样式,让里面的div撑开外面的div,让高度自适应 --> <style type="text/css"> .clearfloat{clear:both;height:0;font-size: 1px;line-height: 0px;} </style> </he ...
分类:
其他好文 时间:
2018-11-24 15:13:49
阅读次数:
194
表单:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .div1{ width: 300px; height: 300px; margin: 0 auto; ba ...
分类:
其他好文 时间:
2018-11-22 10:44:37
阅读次数:
168
1.设置背景颜色本例演示如何为元素设置背景颜色。<head> <meta charset="UTF-8"> <title>Title</title> <style type="text/css"> body { padding: 20px;} </style></head><body><h1>hea ...
分类:
Web程序 时间:
2018-11-15 16:13:01
阅读次数:
151