
HTML
盼盼大魔王
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
button按钮跳转到指定页面
<button type="button" class="btn btn-primary" onclick="window.location.href='reg.php'">注册</button>原创 2018-04-16 16:04:46 · 18461 阅读 · 0 评论 -
CSS学习
/*在HTML中链接外部样式表*/<link type="text/css" rel="stylesheet" href="xxx.css">/*link是一个void元素 ta没有结束标记rel指定了html与所链接文件的关系href是css文件所在位置,也就是链接文件的位置*/h1, h2 { /*字体样式*/ font-family: sans-serif;...原创 2018-04-23 13:36:11 · 137 阅读 · 0 评论 -
CSS学习之使用WOFF字体
Web Open Font Format使用谷歌字体库https://fonts.google.com/手册https://developers.google.com/fonts/docs/getting_started?csw=1#Quick_Start在html中插入<link href="https://fonts.googleapis.com/css?family=Slabo+27p...原创 2018-04-23 16:25:28 · 3220 阅读 · 2 评论