mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 11:13:43 +03:00
35 lines
750 B
HTML
35 lines
750 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> |