mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
16 lines
450 B
HTML
16 lines
450 B
HTML
<!DOCTYPE html>
|
|
<html prefix="ex: http://www.example.com/">
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0115</title>
|
|
</head>
|
|
<body>
|
|
<p>Description: XML entities in the RDFa content</p>
|
|
<p>
|
|
<span property="ex:entity1">></span>
|
|
<span property="ex:entity2">Ben & Co.</span>
|
|
<span property="ex:entity3">@</span>
|
|
<span property="ex:entity4">@</span>
|
|
</p>
|
|
</body>
|
|
</html>
|