12 lines
279 B
HTML
12 lines
279 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0328</title>
|
|
</head>
|
|
<body>
|
|
<p>The value of @content has a higher priority than the content of the element</p>
|
|
<time property="rdf:value" content="this should be the value">2012-03-18</time>
|
|
</body>
|
|
|
|
</html>
|