Advertisement
Guest User

Diacritice combinatorii

a guest
Jan 6th, 2015
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.72 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  5. <style type="text/css">
  6.  
  7. p, h1 {
  8.     font-family: Arial;
  9.     font-size: 36px;
  10.     font-weight: normal;   
  11.     margin: 10px 0 20px 0;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <h1>Caracterele cu diacritice combinatorii:</h1>
  17. <p>
  18. &#x0061;&#x0306;
  19. &#x0041;&#x0306;
  20. &#x0061;&#x0302;
  21. &#x0041;&#x0302;
  22. &#x0069;&#x0302;
  23. &#x0049;&#x0302;
  24. &#x0073;&#x0326;
  25. &#x0053;&#x0326;
  26. &#x0074;&#x0326;
  27. &#x0054;&#x0326;
  28. </p>
  29.  
  30. <h1>Caracterele directe:</h1>
  31. <p>
  32. &#x0103;
  33. &#x0102;
  34. &#x00E2;
  35. &#x00C2;
  36. &#x00EE;
  37. &#x00CE;
  38. &#x0219;
  39. &#x0218;
  40. &#x021B;
  41. &#x021A;
  42. </p>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement