search
HomeWeb Front-endH5 TutorialSummary of all HTML5 tags and explanation of tag meaning_html5 tutorial skills

Structure tag: (block element) meaningful div

The tag defines an article
The tag defines the header of a page or a region

Multimedia interactive tags

Web Application Tag

Command list
menu command list label FF (embedded system)
menu tag defines a command button
Status label (real-time status Display: air pressure, temperature) C, O
Status label (task process: installation, loading) C, F, O
Define a drop-down list for the input tag, with option F, O
tag defines the detailed content of an element, combined with dt and dd C

Comment tag

Tag definition comment or phonetic symbol
Tells browsers that do not support Ruby elements how to display
tag defines ruby ​​comment content text

Other tags

A generated key value in the mark definition form (encrypted information transmission) O, F
Mark definition has a mark Text (yellow selected state)
tag defines some output types, calculates form results and cooperates with oninput events

Removed HTML tags

Purely expressive elements:
basefont, big, center, font, s, strike, tt, u;

Elements that negatively impact usability:
frame, frameset, noframes;

Confusing elements:
acronym, applet, isindex, dir

Redefined HTML tags

Represents inline text, usually in bold, not conveyed to indicate important meaning
Represents inline text, usually in italics, not conveyed to indicate important meaning
can be used with details and figure. The definition contains text. Dialog can also be used.

can be used with details and figure to summarize details. Dialog can also be used.

indicates the end of the topic. Not a horizontal line, although the display is the same
Redefine the menu of the user interface, use it with commond or menuitem
to represent small fonts, such as printing comments or legal terms
Importance rather than emphasis

Sample code:

XML/HTML CodeCopy content to clipboard
  1. xmp>  
  2. html>  
  3. html>  
  4.     head>  
  5.         style>  
  6.               
  7.               
  8.             header{height:150px;background:#ABCDEF}   
  9.             nav{height:30px;background:#ff9900;margin-top:100px}   
  10.             nav ul li{width:100px;height:30px;float:left;line-height:30px}   
  11.               
  12.             div{margin-top:10px;height:1000px;}   
  13.             section{height:1000px;background:#ABCDEF;width:70%;float:left}   
  14.             article{background:#F90;width:500px;margin:0 auto;text-align:center}   
  15.               
  16.             aside{height:1000px;background:#ABCDEF;width:28%;float:right}   
  17.               
  18.             footer{height:100px;background:#ABCDEF;clear:both;margin-top:10px}
  19. style>
  20.  head> 
  21.  body> 
  22. header>
  23.  p>This is a header tagp> 
  24.  nav>
  25.  ul>
  26.  li>Homepageli> 
  27.  li>Get up at nightli> 
  28.  li>Forumli> 
  29.  li>Mallli> 
  30.  li>Communityli> 
  31.  ul>
  32.                                                                     header>
  33. div>
  34. section>
  35.  p>This is a section tagp> 
  36.  article>
  37.  h2>Spring Dawnh2>
  38.  p>
  39.                                                                                                                                                                                                                                                                                                                                    Mosquito bites everywhere, 🎜>                                                                                              Not much death.br />  
  40.                     p>  
  41.                   
  42.                 article>  
  43.                 hr />  
  44.                 article>  
  45.                     h2>上学歌h2>  
  46.                     p>  
  47.                     太阳当空照,br />  
  48.                     花儿对我笑,br />  
  49.                     小鸟说早早早,你为什么背上小书包?br />  
  50.                     我要炸学校老师不知道,一拉线,赶快跑,br />  
  51.                     轰的一声,学校炸没了。br />  
  52.                     p>  
  53.                   
  54.                 article>  
  55.                 hr />  
  56.                 figure>  
  57.                     figcaption>UFOfigcaption>  
  58.                     p>不明飞行物 Unknown Flying Objectp>  
  59.                 figure>  
  60.                 figure>  
  61.                      dt>DDSdt>  
  62.                      dd>大屌丝dd>  
  63.                 figure>  
  64.                 hr />  
  65.                 dialog>  
  66.                     dt>唐僧:悟空,你又调皮了,观音姐姐的月光宝盒怎么能乱扔呢?dt>
  67.  dd>Wukong:...(looking at) dd> 
  68.                                                                                                                                                                                                    dt>Tang Seng: Throwing is wrong, what should I do if it hits a child? Even if you can’t hit children, it’s not good to hit flowers and plantsdt> >
  69.  
  70. dd>Wukong:...(Tangled)< ;/dd> 
  71.  
  72. dt>Tang Monk: Wukong, do you want it? If you want it, just tell me. If you don't tell me, how will I know you want it? . . . .dt>
  73.                                                                                                                                   )dd>  
  74.                 dialog>  
  75.                 hr />  
  76.                 menu>  
  77.                     li>点击li>  
  78.                     li>右键单击li>  
  79.                 menu>  
  80.                 hr />  
  81.                 span contextmenu="candan">右键单击我试试span>  
  82.                 menu type="context" id="candan">  
  83.                     menuitem label="菜单一" onclick="alert('我是一个寂寞')" icon="http://www.baidu.com/img/baidu_sylogo1.gif">menuitem>  
  84.                 menu>  
  85.                 hr />  
  86.                 meter min="0" max="10" value="5" low="3" high="7" >meter>  
  87.                 progress max="100" value="0" id="pro">progress>  
  88.                 script>  
  89.                     var pro =document.getElementByIdx_x_x_x('pro');   
  90.                     setInterval(function(){   
  91.                         pro.value =1;   
  92.                     },100);   
  93.                 script>  
  94.                 hr />  
  95.                 details>  
  96.                     dt>这是一个问题?dt>  
  97.                     dd>to be or not to bedd>  
  98.                     dt>这是一个问题?dt>  
  99.                     dd>to be or not to bedd>  
  100.                     dt>这是一个问题?dt>  
  101.                     dd>to be or not to bedd>  
  102.                 details>  
  103.                 hr />  
  104.                 ruby>rp>(rp>rt>kuangrt>rp>)rp>ruby>  
  105.                 hr />  
  106.                 女人mark>最喜欢做的事情mark>就是逛街。。。吃零食。。逛街。。吃零食,偶尔还会呜呜的哭,   
  107.                 于是总结了下女人:逛吃逛吃逛吃逛吃。。。Woohoo~·
  108.  section>
  109.  aside>
  110.  p>This is an aside tagp> 
  111.  hgroup>
  112.  h3>Why are girls’ dormitories frequently stolen h3>
  113.  h3>Why did two hundred sows die tragically in the middle of the night< ;/h3>
  114.  h3>Is it a distortion of human nature? h3>
  115.                                                                                                                                                                                                       h3>Still a moral loss!h3>
  116.  hgroup>
  117.  aside>
  118.  div>
  119. footer>
  120.  p>This is a footer tagp> 
  121.  hr />
  122.  small>Legal provisionssmall> 
  123.  small>Contact ussmall> 
  124.  small>Customer opinionssmall> 
  125.  small>Merchant Cooperationsmall> 
  126. footer>
  127.  body> 
  128. html>
  129. xmp>


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

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.

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

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.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment