intro3_column2.html

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

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

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

<body>
           <p class="main">
                  In fact, Ajax really is DHTML with the xmlhttprequest object
                  thrown in. It is amazing to think how one object can change
                  the whole playing field.
               </p>
               <p class="main">
                  As things currently stand in the ajax field, we almost have
                  two extremes going on. At one end of the continuum we have
                  developers building all sorts of complicated JavaScript tags
                  that in most instances are unnecessary and are overkill. At
                  the other end of the scale we have these little examples
                  floating around the Web that demonstrate how to load xml into
                  a document or do some ajax centered form processing.
               </p>
               <p class="main">
                  While both ends of the spectrum have a part to play in the
                  progression of the Web, I am not convinced that the
                  principles of ajax and how they can best be leveraged by a
                  developer have been conveyed as well as they may have.
               </p>


</body>
</html>

⌨️ 快捷键说明

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