Home  >  Article  >  Web Front-end  >  How to use html article tag

How to use html article tag

藏色散人
藏色散人Original
2019-05-25 13:47:244945browse

html article tag is used to specify independent self-contained content, where the external content is a new article from an external news provider, or text from a blog, or text from a forum, or from other sources External source content.

How to use html article tag

#html How to use the article tag?

Function: The function of the article tag in

html is to specify independent self-contained content, where the external content is from an external news provider A new article, either text from a blog, text from a forum, or content from other external sources.

Description:

tag specifies independent self-contained content. An article should have its own meaning and it should be possible to distribute it independently of the rest of the site.

Note: Internet Explorer 8 and earlier does not support the

tag.

html article tag example




    
    Title


独孤九贱

独孤九贱是PHP中文网的朱老师发布的关于PHP的一系列教程.....

The effect is as follows:

How to use html article tag

The above is the detailed content of How to use html article 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:What is a static page?Next article:What is a static page?