DOM编程艺术12章

在submit.html中,代码简略成如下也行

  <article>
    <h1>Thanks!</h1>
    <p>Thanks for contacting us. We'll get back to you as soon as we can.</p>
  </article>
</body>
</html>

说明了只是插入article的部分,其他没影响。

原文地址:https://www.cnblogs.com/shen076/p/6109725.html