Introduction to H5 semantic tags
H5 New Tag----Semantic Tag
Difference: 1. The default style is different
2. There is SEO optimization Function
1. Header, generally used as the head of a web page
2. aside, sidebar
3. nav, navigation bar
4 , address, address, font style default italic
tag defines the contact information of the author/owner of the document or article.
If the element is inside a element, it represents document contact information.
If the element is inside an
5. Section represents a certain area, partition, page or part of the document. It has independent content but similar structure. You can use section. The scope is larger than p and the semantics is better than p. Strong, can include header, h1-h6... tags that highlight semantics
6, article, independent content, can be articles, blogs, posts, short articles or replies, comments
7, footer, the bottom of the website
8, hgroup, a group specially used to contain the title h tag
9,
Details, details
open attribute: expanded by default
summary is equivalent to the title of the details
10. dialog box will not be displayed if you do not write open
11.
< ;/figure>
12, mark and time
mark has special effects, highlighting part of the text, and the background is yellow by default; time has no special effects. It is for the browser to see, and it is only for the browser to capture the information more accurately.
13.meter, defines a scalar measurement within a known range or fractional value, IE does not support
14, progress, the progress of running or downloading
15, ruby , give an explanation
16. Three kinds of quotes
cite: line elements, font tilt
blockquote: block elements, the default spacing between the upper and lower words, and the left and right margins of 40px
q: block element, introduced with quotation marks
17, two formatting codes
code, formatting and displaying newlines and spaces
pre, how we write it can be displayed
The above is the detailed content of Introduction to H5 semantic tags. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



Guide to Table Border in HTML. Here we discuss multiple ways for defining table-border with examples of the Table Border in HTML.

Guide to HTML margin-left. Here we discuss a brief overview on HTML margin-left and its Examples along with its Code Implementation.

This is a guide to Nested Table in HTML. Here we discuss how to create a table within the table along with the respective examples.

Guide to HTML Table Layout. Here we discuss the Values of HTML Table Layout along with the examples and outputs n detail.

Guide to HTML Input Placeholder. Here we discuss the Examples of HTML Input Placeholder along with the codes and outputs.

Guide to the HTML Ordered List. Here we also discuss introduction of HTML Ordered list and types along with their example respectively

Guide to Moving Text in HTML. Here we discuss an introduction, how marquee tag work with syntax and examples to implement.

Guide to HTML onclick Button. Here we discuss their introduction, working, examples and onclick Event in various events respectively.
