Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">↩
<html lang="en">↩
<head>↩
<style type="text/css">↩
p { border: thin solid; background: aqua; color: blue; }↩
span { background: yellow; color: olive; }↩
</style>↩
</head>↩
<body>↩
<p>AA<span>AA</span><span>אא</span>אא</p>↩
</body>↩
</html>↩