mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
f3fca3d57d
--HG-- extra : transplant_source : %CD%B0%D4%17%0FQ%A2g%18%2A%AF1%03%B5%CD%5C%FF%03%F4V
12 lines
184 B
HTML
12 lines
184 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<style>
|
|
p:first-letter { color: red; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>뀀뀀</p>
|
|
</body>
|
|
</html>
|