⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 importdocs1_column1.html

📁 Ajax tutorial archive
💻 HTML
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -