Article introduction of Wulin.com (www.vevb.com): The pudate attribute is an optional, boolean value attribute. It can be used on the time element in the article element. It represents the release date of the article or the entire web page. The specific usage method of the pubdate attribute is shown in the following code.
The pudate attribute is an optional, boolean value attribute. It can be used on the time element in the article element. It represents the publish date of the article or the entire web page. The specific usage method of the pubdate attribute is shown in the following code.
<header> <h1>Notice on the meeting on <time datetime=2011-7-11>July 11</time></h1> <p>Release date: <time datetime=2011-7-11 pubdate></time>July 11, 2011</p></header>In this example, there are two time elements, respectively defining two dates, one is the meeting notification date and the other is the notification release date. Since time elements are used, you need to use the pbdate attribute to indicate which time element represents the date of issuance of the notification