HTML 预览
test

源码:

<!DOCTYPE html>
<html>
<head>
<title>超简易在线HTML编辑</title>
</head>
<body>
<table style="width:100%; border-collapse:collapse;" border="1">
<tr>
<th>HTML</th>
<th>预览</th>
</tr>
<tr>
<td style="width:40%; vertical-align:top;">
<textarea wrap="off" style="width:98%; height:600px; color:blue; overflow:scroll; border:solid 1px red; line-height:23px; font-size:14px; font-family:Consolas;"
onkeyup
="document.getElementById('divHtml').innerHTML = this.value;"></textarea>
</td>
<td style="width:60%; vertical-align:top;">
<div id="divHtml"></div>
</td>
</tr>
</table>
</body>
</html>



相关文章:

  • 2022-01-28
  • 2021-12-27
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
猜你喜欢
  • 2021-12-12
  • 2021-07-18
  • 2022-12-23
  • 2021-08-25
  • 2021-12-31
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案