intro2_column2.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">
                  Remote Iframe technique in that things are handled on the
                  client side, but as we shall see differs in significant ways.
                  That article reminded me of our earlier work on this front
                  and sparked my interest in ajax. Part of that interest is
                  writing this article and sharing my meager knowledge with the
                  development community.
               </p>
               <p class="main">
                  To my way of thinking, ajax is more a natural progression
                  from an existing set of techniques as opposed to being
                  something completely brand new. Yet within that progression,
                  things are markedly different than in previous years in a
                  couple of key areas:
               </p>
               <ul>
                  <li>
                     It provides a mechanism to mix and match xml with xhtml.
                  </li>
                  <li>
                     It significantly reduces having to continually fetch
                     things from a server (remote iframe scripting is
                     reasonably comparable here).
                  </li>
               </ul>


</body>
</html>

⌨️ 快捷键说明

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