Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
- <style type="text/css">
- p, h1 {
- font-family: Arial;
- font-size: 36px;
- font-weight: normal;
- margin: 10px 0 20px 0;
- }
- </style>
- </head>
- <body>
- <h1>Caracterele cu diacritice combinatorii:</h1>
- <p>
- ă
- Ă
- â
- Â
- î
- Î
- ș
- Ș
- ț
- Ț
- </p>
- <h1>Caracterele directe:</h1>
- <p>
- ă
- Ă
- â
- Â
- î
- Î
- ș
- Ș
- ț
- Ț
- </p>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement