encoding_entities.html 518 B

1234567891011121314
  1. <!DOCTYPE html
  2. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <style>
  7. p.serif { font-family: "DejaVu Serif", serif; }
  8. p.sans-serif { font-family: "DejaVu Sans", sans-serif; }
  9. </style>
  10. </head>
  11. <body>
  12. <p class="serif">&eacute; &copy; &laquo; avoir et &ecirc;tre &alpha; &beta;</p>
  13. <p class="sans-serif">&eacute; &copy; &laquo; avoir et &ecirc;tre &alpha; &beta;</p>
  14. </body> </html>