search
HomeWeb Front-endH5 TutorialList of common HTML5 syntax (list of unsupported attributes) _html5 tutorial skills

HTML头部标记

标记 描述 HTML5标准
定义页面中所有链接的基准URL
设定显示在浏览器左上方的标题内容
表明该文档是一个可用于检索的网关脚本 不支持
文档本身的元信息,例如查询关键词,有效期等
设定CSS层叠样式表内容
设定外部资源的链接
<script></script> 页面脚本内容

 

元信息标记属性

标记 描述 HTML5标准
http-equiv

生成一个HTTP标准域,把Content属性关联到HTTP头部

content-type / expires / refresh / set-cookie

name

把content属性关联到一个名称

author / description / keywords / generator /revised /others

content 定义与http-equiv 或 name属性相关的元信息 关键字/值内容
charset 文档的字符编码 新增属性

 

注:HTML5中不支持scheme属性,新增charset属性,具体查看:HTML5 标签

 

HTML 主体标记属性

属性 描述 HTML5标准
text 设定页面文字颜色 删除
bgcolor 设定页面背景颜色 删除
background 设定页面背景图像 删除
bgproperties 设定页面的背景图像为固定,不随页面的滚动而滚动 删除
link 设定页面默认的链接颜色 删除
alink   设定鼠标正在单击时候的链接颜色   删除
vlink   设定访问过后的链接颜色   删除
topmargin   设定页面的上边距   删除
leftmargin   设定页面的左边距 删除

 

注: 在 HTML 5 中,删除了所有

的特殊属性。具体查看:HTML5 标签

 

  

特殊符号

特殊符号 符号码
"   "
& &
<
> >
© ©
® ®
± ±
× ×
§ §
¢ ¢
¥ ¥
· ·
£ £

 

 

标题字标记

标记 描述

.....

一级标题

.....

二级标题

.....

三级标题

.....

四级标题
.....
五级标题
.....
六级标题

 

注: 具体查看 HTML5

标签

在 HTML 4.01 中,h1 - h6 元素的 "align" 属性不被赞成使用。

在 HTML 5 中,h1 - h6 元素的 "align" 属性不被支持。

 

文字的修饰标记

标记 描述 HTML5标准
粗体
粗体
斜体
斜体
斜体
上标
下标
大字号 不支持
小字号 不支持
下划线 不支持
删除线 不支持
删除线 不支持
地址
打字机文字 不支持
闪烁文字(只适用Netscape浏览器) 不支持
等宽
等宽
键盘输入文字
声明变量

 

 

字体标记属性

属性 描述 HTML5标准
face 字体 不支持
size 字号 不支持
color 颜色 不支持

 

注:请查看  HTML 5 标签

在 HTML 4.01 中,不赞成使用该元素。

在 HTML 5 中,不支持该元素,但是允许由所见即所得的编辑器来插入该元素 。

在 HTML 5 中,仅支持 style 属性。

 

列表标记

标记 描述 HTML5标准
    无序列表
      有序列表
      目录列表 不支持
      定义列表
      菜单列表 重新定义;使用用于排列表单控件

      定义列表的标记
    1. 列表项目的标记

       

      超链接标记

      属性 描述 HTML5标准
      href 指定链接地址
      name 给链接命名 命名一个锚,不支持,使用id代替
      title 给链接提示文字
      target 指定链接的目标窗口

      链接目标窗口属性target

      属性值 描述
      _parent 在上一级窗口中打开.一般使用框架页会经常使用
      _blank 在新窗口中打开
      _self 在同一个帧或窗口中打开,默认
      _top 在浏览器的整个窗口中打开,忽略任何框架

       

       

      图片标记List of common HTML5 syntax (list of unsupported attributes) _html5 tutorial skills属性

      属性 描述 HTML5标准
      src 图像的源文件
      alt 提示文字
      width、height 宽度、高度
      border 边框 不支持
      vspace 垂直间距 不支持
      hspace 水平间距 不支持
      align 排列 不支持

      Image arrangement align attribute value

      属性值 描述 HTML5标准
      top 文字的中间线在图片上方  
      middle 文字的中间线在图片中间  
      bottom 文字的中间线在图片底部  
      left 图片在文字的左侧  
      right 图片在文字的右侧
      absbottom 文字的底线在图片底部
      absmiddle 文字的底线在图片中间
      baseline 英文文字基准线对齐
      texttop 英文文字上边线对齐

      Note: Please check the HTML 5 List of common HTML5 syntax (list of unsupported attributes) _html5 tutorial skills tag

      Table mark

      ...  
      标记 描述
      ...
      表格标记
      行标记
      ...单元格标记

      Note: In HTML 5,

      Does not support any attributes of the

      tag.

      Does not support any attributes of the

      tag.

      Only supports the

      tag "colspan" and "rowspan" attributes.

      Form tag

      attribute

      Note:

      There is a new attribute in HTML 5: replace. It defines what happens after the form is submitted.


      Form tag

      element

      标记 描述 HTML5标准
      表单输入标记 type 属性有很多新的值。
      菜单和列表标记 新的属性
      菜单和列表项目标记 可用于新元素
      文字域标记 新属性

      Input tagThe value of tag attribute Type

      描述 HTML5标准
      text 文字域
      password 密码域
      file 文件域
      checkbox 复选框
      radio 单选框
      button 普通按钮
      submit 提交按钮
      reset 重置按钮
      hidden 隐藏域
      image 图像域(图像提交按钮)

      Frame tag

      框架标记 描述   HTML5标准
      框架集 不支持
      框架 不支持
      内联框架 仅仅支持 src 属性
      无框架 不支持

      Note: Please see the HTML 5 tag

      The

      tag is not supported in HTML 5 due to its negative impact on web page usability.
      Statement
      The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
      html5的div一行可以放两个吗html5的div一行可以放两个吗Apr 25, 2022 pm 05:32 PM

      html5的div元素默认一行不可以放两个。div是一个块级元素,一个元素会独占一行,两个div默认无法在同一行显示;但可以通过给div元素添加“display:inline;”样式,将其转为行内元素,就可以实现多个div在同一行显示了。

      html5中列表和表格的区别是什么html5中列表和表格的区别是什么Apr 28, 2022 pm 01:58 PM

      html5中列表和表格的区别:1、表格主要是用于显示数据的,而列表主要是用于给数据进行布局;2、表格是使用table标签配合tr、td、th等标签进行定义的,列表是利用li标签配合ol、ul等标签进行定义的。

      html5怎么让头和尾固定不动html5怎么让头和尾固定不动Apr 25, 2022 pm 02:30 PM

      固定方法:1、使用header标签定义文档头部内容,并添加“position:fixed;top:0;”样式让其固定不动;2、使用footer标签定义尾部内容,并添加“position: fixed;bottom: 0;”样式让其固定不动。

      HTML5中画布标签是什么HTML5中画布标签是什么May 18, 2022 pm 04:55 PM

      HTML5中画布标签是“<canvas>”。canvas标签用于图形的绘制,它只是一个矩形的图形容器,绘制图形必须通过脚本(通常是JavaScript)来完成;开发者可利用多种js方法来在canvas中绘制路径、盒、圆、字符以及添加图像等。

      html5中不支持的标签有哪些html5中不支持的标签有哪些Mar 17, 2022 pm 05:43 PM

      html5中不支持的标签有:1、acronym,用于定义首字母缩写,可用abbr替代;2、basefont,可利用css样式替代;3、applet,可用object替代;4、dir,定义目录列表,可用ul替代;5、big,定义大号文本等等。

      html5废弃了哪个列表标签html5废弃了哪个列表标签Jun 01, 2022 pm 06:32 PM

      html5废弃了dir列表标签。dir标签被用来定义目录列表,一般和li标签配合使用,在dir标签对中通过li标签来设置列表项,语法“<dir><li>列表项值</li>...</dir>”。HTML5已经不支持dir,可使用ul标签取代。

      Html5怎么取消td边框Html5怎么取消td边框May 18, 2022 pm 06:57 PM

      3种取消方法:1、给td元素添加“border:none”无边框样式即可,语法“td{border:none}”。2、给td元素添加“border:0”样式,语法“td{border:0;}”,将td边框的宽度设置为0即可。3、给td元素添加“border:transparent”样式,语法“td{border:transparent;}”,将td边框的颜色设置为透明即可。

      html5为什么只需要写doctypehtml5为什么只需要写doctypeJun 07, 2022 pm 05:15 PM

      因为html5不基于SGML(标准通用置标语言),不需要对DTD进行引用,但是需要doctype来规范浏览器的行为,也即按照正常的方式来运行,因此html5只需要写doctype即可。“!DOCTYPE”是一种标准通用标记语言的文档类型声明,用于告诉浏览器编写页面所用的标记的版本。

      See all articles

      Hot AI Tools

      Undresser.AI Undress

      Undresser.AI Undress

      AI-powered app for creating realistic nude photos

      AI Clothes Remover

      AI Clothes Remover

      Online AI tool for removing clothes from photos.

      Undress AI Tool

      Undress AI Tool

      Undress images for free

      Clothoff.io

      Clothoff.io

      AI clothes remover

      AI Hentai Generator

      AI Hentai Generator

      Generate AI Hentai for free.

      Hot Tools

      SublimeText3 Mac version

      SublimeText3 Mac version

      God-level code editing software (SublimeText3)

      MantisBT

      MantisBT

      Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

      MinGW - Minimalist GNU for Windows

      MinGW - Minimalist GNU for Windows

      This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

      WebStorm Mac version

      WebStorm Mac version

      Useful JavaScript development tools

      Safe Exam Browser

      Safe Exam Browser

      Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.