-3

How can I save text in <code></code> tag as a html file? I also want to write a name for this file in browser save file window.

epascarello
  • 204,599
  • 20
  • 195
  • 236
joryl
  • 129
  • 3
  • 19

1 Answers1

0

You can edit DTD file,and include "XXXX.DTD".If you can not edit DTD,you should study it. follow as blow

<!DOCTYPEnoteSYSTEM"note.dtd">
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don'tforgetmethisweekend!</body>
</note>