dsrbb20862 2012-12-28 17:51
浏览 40
已采纳

将html文件导入到格式为HTML的<textarea>,并使用缩进和颜色?

My goal is to import / open anything from an HTML file to a <textarea> that is visible to the user on the web page and formated as HTML.

I have the following code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
    <title><!-- Insert your title here --></title>
</head>
<body>

<!-- start import -->
<textarea>
<html>
<head>
    <title><!-- Insert your title here --></title>
</head>
<body>

imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, imported HTML code, 

</body>
</html>
</textarea>
<!-- End import -->

</body>
</html>

How do I import / upload a HTML file to a <textarea>?

How do I format code in <textarea> with colors, indent like as Notepad + +, Komodo etc formatting code.

  • 写回答

5条回答 默认 最新

查看更多回答(4条)

报告相同问题?