Blogger Information

Blog
13
fans
0
comment
0
visits
10287
integral:0
P beans:26
  • List of blog posts
  • 0101-购物车结算页面

    购物车页面HTML 购物车

    2020-01-05 23:11 Read 1485 comment 0
  • HTML标签总结

    Demo1网页基本标签:声明文档的类型:网页的根元素:字符集:头部元素:主体内容:脚步元素

    2019-12-22 04:04 Read 1298 comment 0
  • 0103-变量的创建方式与类型

    一、变量命名规则:1、必须以”$”开头:例如:$name2、遵守标识符规则:由字符串和数字以及下划线组成,不能以数字开头。3、php变量名严格区分大小写:$name和$Name是不同的。 二、变量的类型:1、基本类型:数字、字符串、布尔值(true和...

    2020-01-06 00:44 Read 877 comment 0
  • 0107-常量,引号,数组,分支

    常量的创建与访问常量由define和const创建不同处类用const,define报错define允许使用表达式,const只能用字面量 PHP

    2020-01-08 02:20 Read 822 comment 0
  • 1223作业-flex属性

    排列方向flex-direction: row:水平方向 flex-direction: column垂直方向 自动换行flex-wrap: wrap:自动换行flex-wrap: nowrap:不自动换行 简写flex-flow: row wra...

    2019-12-26 01:21 Read 757 comment 0
  • 0108-流程循环,表单验证

    字符串操作函数strlen():统计字符串的长度trim() | ltrim() | rtrim():去除字符串两端的指定字符 | 去除左侧指定字符 | 去除右侧指定字符,不设置默认为空格;使用方式:trim(‘要操作的字符串’,’要去除的字符串’)...

    2020-01-24 14:21 Read 708 comment 0
  • 0110-数组实现动态网页

    效果图 代码首页

    2020-01-28 01:22 Read 699 comment 0
  • 1220首页

    HTML部分 ...

    2019-12-25 01:24 Read 651 comment 0
  • 1225-flex项目上的6个属性

    flex项目上的6个属性flex-basis: 项目宽度flex-grow:项目扩展flex-shrink:项目的宽度收缩flex:0 1 auto:简化 默认值align-self:自定义在交叉轴上的对齐order:定义项目在主轴的排列顺序 页面组...

    2019-12-27 01:47 Read 650 comment 0
  • 1230-Grid容器和项目属性

    创建显式网格轨道 grid-template-colums: 基于列,定义网络线的名称与与轨道大小 HTML 1 2<...

    2020-01-05 04:35 Read 642 comment 0
  • 1226-二手商品列表与评论与回复

    二手商品列表HTML ...

    2019-12-30 23:07 Read 641 comment 0
  • 1227-移动端

    HTML &l...

    2020-01-01 01:21 Read 601 comment 0
  • 1228-Grid重写

    HTML &l...

    2020-01-01 21:41 Read 456 comment 0