<html> | |
<head> | |
<style> | |
#copy { | |
background-color: green; | |
font-family: Arial; | |
font-size: 20px; | |
font-weight: bold; | |
font-style: italic; | |
color: yellow; | |
text-shadow: black 1px 1px; | |
vertical-align: sub; | |
} | |
</style> | |
</head> | |
<body> | |
<div id="copy">copy this</div> | |
<div id="paste" contenteditable=""><font color="#ffff00" face="Arial"><span style="background-color: rgb(0, 128, 0); font-size: 20px; text-shadow: rgb(0, 0, 0) 1px 1px;"><b><i><sub>paste here</sub></i></b></span></font></div> | |
</body> | |
</html> |