next1_column1.html

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

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

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

<body>
     <p class="main">
                  Part of what I am attempting to do here with this tutorial
                  and the ones to follow is to demonstrate how ajax works in
                  principle. By no means is this set of tutorial meant to be
                  the be all of ajax, but rather is an introduction to how ajax
                  operates. Obviously I haven&#39;t covered everything that
                  Ajax can do in this tutorial. But we are going to expand into
                  different areas in the second part of the tutorial by looking
                  at the following.
               </p>
               <ul>
                  <li>
                     Gallery optimization. Currently the way the gallery is set
                     up it loads all the JavaScript on load up. In the next
                     tutorial, we are going to us the importing JavaScript
                     feature and for that matter introduce speeding up of CSS.
                     If you clever enough and willing to rollup your sleeves
                     you can take the code from this interface and integrate it  into the gallery widget.
                  </li>
               </ul>
</body>
</html>

⌨️ 快捷键说明

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