next2_column1.html

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

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

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

<body>
                    <p class="main">
                  Eventually we will build a CMS and integrate a lot of what we
                  have learned here into a CMS web application. But that is in
                  the future, for now you have this tutorial to play with. I
                  hope you find it of some value in your development endeavors.
               </p>
               <p class="main">
                  As I mentioned earlier you can download all the files. What
                  you get in that download is the current interface you are
                  viewing, plus the  <a href="http://dhtmlnirvana.com/ajax/gallery/ajaxgallery.html"
               title="Link to Fading Gallery Widget">fading gallery widget </a> and all examples used
                  in this tutorial.
               </p>
               <p class="main">
                  Also keep an eye out on the widget section of  <a href="http://dhtmlnirvana.com/"
               title="Link to DHTML Nirvana">DHTML Nirvana </a>
                  as I will update and make available a few standalone widgets
                  based on what we have learned here. This will occur in the
                  next few days.
               </p>
               <p class="main">
                  If you think this tutorial is of value then feel free to
                  donate a few dollars. It keeps food on my table among other
                  things!
               </p>
</body>
</html>

⌨️ 快捷键说明

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