intro3_column1.html

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

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

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

<body>
                   <ul>
                  <li>
                     It overcomes some speed bottlenecks that traditional Web
                     development has fallen prey too. In most instances an ajax
                     based site will load quicker than a comparable traditional
                     Web site.
                  </li>
                  <li>
                     When done well, it significantly reduces initial load
                     times.
                  </li>
               </ul>
               <p class="main">
                  Before proceeding, it should be noted that ajax isn&#39;t a
                  panacea. It has some problems that it needs to overcome as it
                  continues to mature. But it is a promising field to be
                  involved within and as the years roll on, it probably will
                  greatly affect the way we think about building Web pages and
                  Web applications.
               </p>
               <p class="main">
                  It also needs to be clear that ajax isn&#39;t a technology as
                  such but rather is a technique that combines well with other
                  technologies and techniques. For example, xml, dhtml, css,
                  xhtml.
               </p>


</body>
</html>

⌨️ 快捷键说明

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