2022-05-13 07:45:40 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head></head><body>
|
2022-04-07 08:12:54 +03:00
|
|
|
|
|
|
|
<h1>HTML Entity Example</h1>
|
|
|
|
|
2022-04-08 12:19:58 +03:00
|
|
|
<div>A space character: &</div>
|
|
|
|
<div>A space character: &</div>
|
2022-04-07 08:12:54 +03:00
|
|
|
|
2022-04-08 12:19:58 +03:00
|
|
|
<div>A space character: </div>
|
|
|
|
<div>The less-than sign: <</div>
|
|
|
|
<div>The greater-than sign: ></div>
|
2022-04-07 08:12:54 +03:00
|
|
|
<div>The double quote sign: "</div>
|
|
|
|
<div>The single quote sign: '</div>
|
|
|
|
<div>The cent sign: ¢</div>
|
|
|
|
<div>The pound sign: £</div>
|
|
|
|
<div>The yen sign: ¥</div>
|
|
|
|
<div>The euro sign: €</div>
|
|
|
|
<div>The copyright sign: ©</div>
|
|
|
|
<div>The registered trade mark sign: ®</div>
|
|
|
|
<div>An a with a grave accent: à</div>
|
|
|
|
<div>An a with an acute accent: á</div>
|
|
|
|
<div>An a with a circumflex accent: â</div>
|
|
|
|
<div>An a with a tilde: ã</div>
|
|
|
|
<div>An o with a grave accent: ò</div>
|
|
|
|
<div>An o with an acute accent: ó</div>
|
|
|
|
<div>An o with a circumflex accent: ô</div>
|
|
|
|
<div>An o with a tilde: õ</div>
|
|
|
|
|
2022-04-08 12:19:58 +03:00
|
|
|
<div>A space character: &&</div>
|
2022-04-07 08:12:54 +03:00
|
|
|
<div>I'm ∉ I tell you</div>
|
|
|
|
|
2022-04-26 11:01:26 +03:00
|
|
|
<a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
|
2022-04-07 08:12:54 +03:00
|
|
|
<a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
|
|
|
|
kablammo!
|
2022-04-26 11:01:26 +03:00
|
|
|
</a>
|
2022-04-07 08:12:54 +03:00
|
|
|
|
|
|
|
|
2022-04-22 14:20:47 +03:00
|
|
|
|
|
|
|
|
2022-04-26 11:01:26 +03:00
|
|
|
</body></html>
|