Home > Web Front-end > HTML Tutorial > Understand html semantic tags

Understand html semantic tags

巴扎黑
Release: 2017-07-20 16:01:46
Original
1457 people have browsed it

1, del and ins tags

Compatibility: all browsers support

del: definition document deleted text.

ins: Defines text that has been inserted into the document.

<!DOCTYPE html><html lang="zh"><head><meta charset="UTF-8" /><title>html标签使用</title><style>* {padding: 0;margin: 0;}</style></head><body><del>原价:299元</del><ins>特价:188元</ins></body></html>
Copy after login

Effect:

Explanation of HTML5 semantic tags

Define the main content

The header may contain a title element or other elements, such as logo, section header, search form, etc.


Header main title

Header subtitle

##
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template