1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<html>
<title>Unclosed entities</title>
<body>
<h1>Unclosed entities</h1>
<h2>Named entities</h2>
<p> First part of the text, followed by some unbreakable
spaces   /second part of the text </p>
<p> But if the entities are inside words, this becomes rather more
difficult to correct: Jérome va pêcher à la rivière. </p>
<h2>Numeric entities</h2>
<p> Numeric entities are easier to correct. </p>
<p> Example: Jérome va pêcher à la rivière. </p>
</body>
</html>
|