importdocs1_column1.html

来自「Ajax tutorial archive」· HTML 代码 · 共 38 行

HTML
38
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>Introduction to Ajax Tutorial</title>
</head>

<body>
        <p class="main">
                  Thus far we have learned quite a few things, so it is worth
                  summarizing what we have learned to date:
               </p>
               <ul>
                  <li>
                     We learned how to import an XML document using
                     xmlhttprequest.
                  </li>
                  <li>
                     We learned how to manipulate some style properties to
                     position the XML.
                  </li>
                  <li>
                     Used a namespace and gained an understanding of why it can
                     valuable to use namespaces in XML documents.
                  </li>
                  <li>
                     We learned to trigger an event from a XML file and provide
                     some simple user interaction.
                  </li>
               </ul>
               <p class="main">
                  Let&#39;s keep the momentum up and move on to a few little
                  ajax tricks to enable you to manage your Web sites more
                  effectively.
               </p>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?