32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<html manifest="/Person">
|
||
<head>
|
||
<base href="/A+Really(Crazy),Url.Is:This/John Doe/Detail" target="_blank" />
|
||
</head>
|
||
<body>
|
||
<dl itemscope itemid="/Url"></dl>
|
||
<a href="/Person">Person</a>
|
||
<area href="/Person/John Doe" alt="Url stuff" />
|
||
<link href="/Person/John Doe/CSS" rel="stylesheet" />
|
||
<video poster="/SomeUrl" src="/SomeUrl/video" />
|
||
<audio src="/SomeUrl">
|
||
<source src="/Person" />
|
||
<track src="/email~/SomeUrl" />
|
||
</audio>
|
||
<embed src="/email@dyanmicUrl" />
|
||
<iframe src="/SomeUrl" />
|
||
<img src="/~/SomeUrl" />
|
||
<script src="/Person/John Doe/JS"></script>
|
||
<input src="//Person" itemscope itemid="/Person" formaction="/SomeUrl" />
|
||
<button formaction="/\Person" />
|
||
<form action="/~Person" />
|
||
<blockquote cite="/Person" />
|
||
<del cite="/Person" />
|
||
<ins cite="/Person" />
|
||
<q cite="/Person" />
|
||
<menu>
|
||
<menuitem icon="/Person" />
|
||
</menu>
|
||
<object data="/Person" archive="/Person/John Doe" data="/Person" archive="/Person/John Doe" />
|
||
<applet archive="/A+Really(Crazy),Url.Is:This/John Doe/Detail" />
|
||
</body>
|
||
</html> |