mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
16 lines
222 B
HTML
16 lines
222 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { color: black; }
|
|
span#letter { color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<span>
|
|
<span id="letter">T</span>his is text
|
|
</span>
|
|
</div>
|
|
</body>
|
|
</html>
|