随笔分类 -  HTML

摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="/static/bs/dist/css/bootstrap.css"> < 阅读全文
posted @ 2020-09-06 17:45 xuqidong 阅读(150) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>音频</title> </head> <body> <audio src="media/juhua.mp3" autoplay controls loop preload="aut 阅读全文
posted @ 2020-07-27 23:42 xuqidong 阅读(92) 评论(0) 推荐(0)
摘要:## 一.环境搭建 #### 1.安装node - 去[官网](https://nodejs.org/zh-cn/)下载node安装包 - 傻瓜式安装 - 万一安装后终端没有node环境,要进行node环境变量的配置(C:\Program Files\nodejs\) - 可以通过node提供的np 阅读全文
posted @ 2020-06-29 23:52 xuqidong 阅读(130) 评论(0) 推荐(0)
摘要:package control ctrl+`` ctrl+shift+p pa 搜索 Open the command paletteWin/Linux: ctrl+shift+p, Mac: cmd+shift+p Type Install Package Control, press enter 阅读全文
posted @ 2020-06-29 00:13 xuqidong 阅读(63) 评论(0) 推荐(0)
摘要:html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0;font-size:16px;color:#3e3e3e;line-height:1.6;word-sp 阅读全文
posted @ 2020-06-21 23:00 xuqidong 阅读(143) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>登录</title> 6 <style> 7 .login { 8 width: 300px; 9 height: 300px; 10 bo 阅读全文
posted @ 2020-06-15 20:42 xuqidong 阅读(126) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html lang="zh"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>留言板</title> 6 <style type="text/css"> 7 body, ul { 8 margin: 0; 9 padd 阅读全文
posted @ 2020-02-24 21:39 xuqidong 阅读(248) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html lang="zh-cn"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>M商城</title> 6 <link rel="shortcut icon" type="image/x-icon" href="i 阅读全文
posted @ 2020-02-20 18:49 xuqidong 阅读(254) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>表单</title> 6 </head> 7 <body> 8 <!-- form --> 9 <!-- 作用:将前台用户数据通过get或post请求方式提交给 阅读全文
posted @ 2020-02-16 17:57 xuqidong 阅读(94) 评论(0) 推荐(0)
摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title>w3c</title> 6 <link rel="stylesheet" type="text/css" href="css/reset.css"> 7 <li 阅读全文
posted @ 2020-02-12 17:28 xuqidong 阅读(272) 评论(0) 推荐(0)