Removing elements from Swing HTMLDocument
.htmlsrc, .javacode {
font-family: monospace; font-size: 1em; color: navy;
}
pre.javacode, .htmlsrc, .htmlview {
margin: 1em 2em; padding: 0em 1em; border: thin solid black;
Suppose you have an HTML document, like this:
<ul>
<li id="LI1">Item 1</li>
<li id...