HTML
tag

(*-*)浩
Release: 2019-11-14 15:13:14
Original
2660 people have browsed it

HTML

Tags

HTML <article> tag

##Internet Explorer 9, Firefox, Opera, Chrome and Safari supported< article> tag.

Note: Internet Explorer 8 and earlier versions do not support the

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

element:

Forum Post

Newspaper Article

Blog Entry

User Comments

Differences between HTML 4.01 and HTML 5

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>
Copy after login

The above is the detailed content of HTML

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

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