mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 19:22:32 +03:00
34 lines
683 B
HTML
34 lines
683 B
HTML
<!doctype html><html lang=en><head>
|
||
<title>Document</title>
|
||
</head>
|
||
<body>
|
||
|
||
<div id='John"&Harry'>Test</div>
|
||
<div id='John"&HarryOther'>Test</div>
|
||
<div id='John"<HarryOtherOther'>Test</div>
|
||
<div id=John HarryOtherOtherOther>Test</div>
|
||
<div id="John<test>">Test</div>
|
||
<div id=JohnTest>Test</div>
|
||
|
||
<div> Registered Trademark Symbol: </div>
|
||
|
||
<div>HTML Entities demo: </div>
|
||
|
||
<p>®</p>
|
||
<p>©</p>
|
||
<p>©</p>
|
||
|
||
<p> This Registered Trademark is a Script used in HTML document. </p>
|
||
|
||
<div>I want to display <br> tag</div>
|
||
|
||
<div>I want to display <i> tag</div>
|
||
|
||
<div>The cent sign: ¢</div>
|
||
<div>The cent sign: ¢</div>
|
||
|
||
:) <a href=http://example.com>link</a>
|
||
|
||
|
||
</body></html>
|