mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
12 lines
338 B
HTML
12 lines
338 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>text-transform:capitalize with punctuation</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
"This" (Is) /A/ _Short_ *Test* -For- —The— ¡Capitalize! ¿Transform? «With» [Punctuation] “Marks”.
|
|
</div>
|
|
</body>
|
|
</html>
|