.h.html x
Where x is the body of an HTML document as a string, returns as a string an HTML document with fixed
style rules.
<html>
<head>
<style>
a{text-decoration:none}a:link{color:024C7E}a:visited{color:024C7E}a:active{color:958600}body{font:10pt verdana;text-align:justify}
</style>
</head>
<body>
BODY
</body>
</html>
q).h.html "<p>Hello world!</p>"
"<html><head><style>a{text-decoration:none}a:link{color:024C7E}a:visited{colo..