复习php教学视频经验总结
未知
2020-12-24 18:45:50
0
1,css(cascading style sheet),php(professional hypetext preprocessor)
2,apache 的作用是解析网页语言并接收用户的请求后做出响应。
3,十六进制颜色值:红绿蓝。$ffeeaa
4,<button>按钮</button> 默认type='submit‘
5,input输入框匹配查询
<input type="text" name="pwd" list="search">
              <datalist id="search">
                <option>小娘子</option>
                <option>小孩子</option>
                <option>小孩子大心眼</option>
                <option>小孩子大心眼多</option>
              </datalist>
6,<fieldset>
         <legend>身份信息</legend>
        <input type='text'>
      </fieldset>
fieldset
7,为下拉菜单分组
   <select>
     <optgroup label='服装'>
      <option>男装</option>
    </optgroup>
    <optgroup label='母婴用品'>
      <option>奶嘴</option>
    </optgroup>
  </select>
optgroup
8,自动获取输入框焦点:autofocus ;required输入框不能为空;pattern配合正则使用。 <input type='text' name='' autofocus required  pattern='[a-z]'/>
9,css唯一选择器,不是这个文件里面只能有一个id='one'而是不能像class='one two'这样添加多个类。
class
10,取消a标签的下划线,text-decoration:none

相关内容

html下载阿里云oss文...
html或者react下载阿里云oss文件视频图片
2024-08-04 10:27:02
将Html5手机端网站封装...
将Html5手机端网站封装为微信小程序的方法
2024-03-29 11:02:54
html jquery轮播...
第一个: !DOCTYPE htmlhtml lang=zh-cn...
2023-11-21 10:52:37
thinkphp使用aja...
1,html页面使用$.ajax $.ajax({ type:po...
2023-09-22 10:47:16
tp5中phpmail插件...
html页面中的代码 label class=control-la...
2023-04-11 10:29:32
html预览缩略图
form class=layui-form layui-form-...
2021-07-02 16:25:01

热门资讯

sublime 没有packa... 问题描述: 下载完sublimetext3之后查看preferences下面没有package co...
bootstrap三级城市级联... bootstrap三级城市级联, 需要引入的文件: script src = js/city-pic...
memcache,redis区... file,memcache,redis 区别 file memcache redis 位置 硬盘 内...
thinkphp使用ajax,... 1,html页面使用$.ajax $.ajax({ type:post, url:{:url(col...
局域网共享打印机 第一步:在打印机使用USB连接电脑(主机)上可以正常打印的情况下。检查主机window防火墙是否关闭...
v3 退款400 Bad Re... 报错: Client error: `POST https://api.mch.weixin.qq....
putty出现Couldn't... 更新版本就好了。
git快速下载地址 https://registry.npmmirror.com/binary.html?path=gi...
sublime channel... 问题描述: 想要安装sublime3的插件,可是 ctrl+shift+p 再输入 install ...
用户代理useragent 一、什么是User-Agent User-Agent是Http协议中的一部分,属于头域的组成部分,U...