intro6_column2.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">
                  offline unless run as a local host. At any rate, providing
                  the examples as a downloadable file gives you a chance to
                  play around with the files and suggest further improvements
                  etc.
               </p>
               <p class="main">
                  And just in case you weren&#39;t aware, the site you are now
                  on uses ajax where lots of little components are being
                  dynamically loaded as you interact with the web page. Bear
                  that in mind as you read through this tutorial.
               </p>
               <p class="main">
                  Having said all that, there is no better way than to dive
                  into some code and walk you through it.
               </p>
               <p class="main">
                  Onwards we go...
               </p>

</body>
</html>

⌨️ 快捷键说明

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