08 2020 档案

摘要:HTML中常用标签通常分为块元素、行内元素、行内块元素 ; 常见的分类方法有(个人分发,不喜勿怪) 块元素:div p h ol ul dl li dt dd form hr; 行内元素:span i em b strong a br; 行内块元素: img input select textare 阅读全文
posted @ 2020-08-29 18:23 陈小浩 阅读(327) 评论(0) 推荐(0)
摘要:<table width="数字px" height="数字px" bgcolor="背景颜色" cellspacing="数字px" cellpadding="数字px" border="边宽" bordercolor="边框颜色" rules="行列之间的线" align="left/cente 阅读全文
posted @ 2020-08-28 17:30 陈小浩 阅读(172) 评论(0) 推荐(0)
摘要:node.js是javascript的一种运行环境是对Google V8引擎进行的封装是一个服务器端的javascript的解释器nodejs和npm是包含关系,nodejs中含有npm比如说你安装好nodejs,你打开cmd输入npm -v会发现npm的版本号,说明npm已经安装好。 其实npm是 阅读全文
posted @ 2020-08-19 15:52 陈小浩 阅读(335) 评论(2) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{position: relative;} #box{margin: 0 auto;} img{width: 20 阅读全文
posted @ 2020-08-18 23:34 陈小浩 阅读(298) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .cont{ width: 1000px; height: 600px; background: #eee; mar 阅读全文
posted @ 2020-08-18 23:31 陈小浩 阅读(90) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> *{margin: 0;padding: 0;list-style: none;} .container{heigh 阅读全文
posted @ 2020-08-18 23:27 陈小浩 阅读(171) 评论(0) 推荐(0)