HTML5 <video> - 使用 DOM 进行控制 为视频创建简单的播放/暂停以及调整尺寸控件: 代码如下: <!DOCTYPE html> <html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content= ...
分类:
Web程序 时间:
2020-03-29 01:18:14
阅读次数:
306
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /*#div1{ width: 300px; height: 300px; background: powderb ...
分类:
Web程序 时间:
2020-03-28 23:39:20
阅读次数:
78
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> div{ width: 1000px; height: 300px; background: pink; /* 版 ...
分类:
其他好文 时间:
2020-03-28 20:25:24
阅读次数:
69
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> table{ width: 1000px; height: 50px; border: 1px solid bla ...
分类:
其他好文 时间:
2020-03-28 20:20:47
阅读次数:
58
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> table{ width: 800px; height: 50px; border: 1px solid blac ...
分类:
其他好文 时间:
2020-03-28 19:44:19
阅读次数:
65
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .div1{ width: 300px; height: 300px; border:1px solid red; ...
分类:
其他好文 时间:
2020-03-28 14:59:11
阅读次数:
72
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> p{ color: red; /* * font-family: "微软雅黑"; 字体样式 */ font-fam ...
分类:
其他好文 时间:
2020-03-28 14:58:10
阅读次数:
86
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> /* *标签选择器:必须和下面的标签保持一致,比如现在下面是h1标题标签,那么在这里就必须也是h1. */ h1{ ...
分类:
其他好文 时间:
2020-03-28 13:24:06
阅读次数:
58
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!-- style type="text/css":表示样式 --> <style type="text/css"> /* div:表示选择器,或者叫做标签 p ...
分类:
Web程序 时间:
2020-03-28 13:16:03
阅读次数:
88
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <!--在这个位置的就是嵌入式,以style标签导入--> <style type="text/css"> div{ width:300px; height:30 ...
分类:
Web程序 时间:
2020-03-28 13:10:33
阅读次数:
69