mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
13 lines
221 B
HTML
13 lines
221 B
HTML
<!DOCTYPE html>
|
|
<html lang="hi">
|
|
<head>
|
|
<style>
|
|
p:first-letter { color: red; }
|
|
</style>
|
|
<title>Devanagari first-letter 2</title>
|
|
</head>
|
|
<body>
|
|
<p>स्थिति</p>
|
|
</body>
|
|
</html>
|