next1_column2.html

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

HTML
42
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
   <head>
      <title>
         Introduction to Ajax Tutorial
      </title>
   </head>
   <body>
<ul>
               <li>
                  Create a preload widget to integrate with the Gallery using
                  header requests.
               </li>
               <li>
                  Create a mechanism for delivering different Galleries. For
                  example, Galley 1, Gallery 2 etc..
               </li>
               <li>
                  Develop a cross browser FX animation library that we can use
                  with the Gallery.
               </li>
               <li>
                  Take a look at some form processing and some of the benefits
                  of using ajax with forms. We haven&#39;t touched this side
                  yet, but we will.
               </li>
               <li>
                  Provide a back and forward button fix for browsers.
                  That&rsquo;s a biggie that a lot of people struggle with, so
                  keep an eye out for that.
               </li>
               <li>
                  Look at some ajax templating.
               </li>
               <li>
                  Integrate some RSS feeds.
               </li>
            </ul>
   </body>
</html>

⌨️ 快捷键说明

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