mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 09:05:45 +00:00
67bc7c2c17
--HG-- extra : rebase_source : 4d538fcbd8a6b58408dc46835632a4664ba8d0d8
17 lines
293 B
HTML
17 lines
293 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<style>
|
|
#result {
|
|
color: green;
|
|
text-decoration: underline;
|
|
text-transform: lowercase;
|
|
background: yellow;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="result">text</div>
|
|
</body>
|
|
</html>
|
|
|