mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
13 lines
249 B
HTML
13 lines
249 B
HTML
<!DOCTYPE html>
|
|
<html lang="hi">
|
|
<head>
|
|
<style>
|
|
p:first-letter { color: red; }
|
|
</style>
|
|
<title>Devanagari first-letter 1</title>
|
|
</head>
|
|
<body>
|
|
<p>विकिपीडिया</p>
|
|
</body>
|
|
</html>
|