Home  >  Article  >  Web Front-end  >  HTML

tag

HTML
tag

(*-*)浩
(*-*)浩Original
2019-11-12 14:55:282583browse

HTML 23c3de37f2f9ebcb477c4a90aac6fffd Tags

HTML <article> tag

##Internet Explorer 9, Firefox, Opera, Chrome and Safari supported58640ab86dd4187a18ac9c5a7fc69461 tag.

Note: Internet Explorer 8 and earlier versions do not support the 23c3de37f2f9ebcb477c4a90aac6fffd tag.

# Definition and usage (Recommended learning: html tutorial )

# & lt; Article & GT label specifies independent self -containing content.

An article should have its own meaning and it should be possible to distribute it independently of the rest of the site. Potential sources for the

23c3de37f2f9ebcb477c4a90aac6fffd element:

Forum Post

Newspaper Article

Blog Entry

User Comments

Differences between HTML 4.01 and HTML 5

23c3de37f2f9ebcb477c4a90aac6fffd tag is a new tag in HTML 5.

Example

<!DOCTYPE html>
<html>
<body>

<article>
  <h1>Internet Explorer 9</h1>
  <p>Windows Internet Explorer 9(简称 IE9)于 2011 年 3 月 14 日发布.....</p>
</article>

</body>
</html>

The above is the detailed content of HTML

tag. For more information, please follow other related articles on the PHP Chinese website!

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
Previous article:HTML tagNext article:HTML tag