mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
327 B
HTML
12 lines
327 B
HTML
<html>
|
|
<body>
|
|
entity in bold as <B>"</B>, <I>></I>, and so on.
|
|
<br>Another line of text.
|
|
<br>text with entity > should work
|
|
Tags can have entities in their attribut values, and it is
|
|
common to have a amps at the end of a CGI link.
|
|
<br>
|
|
<a href="http://foo.bar.com/.../cgi-bin&">text</a>
|
|
<br>last text
|
|
</body>
|
|
</html> |