intro1_column2.html

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

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

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

<body>
              <p class="main">
                  As the popularity of IE4 gained it became increasingly
                  important to Jeff to maintain cross browser compatibility and
                  to this end he created a little Java Applet to allow IE4 to
                  pass external content into an existing element.
               </p>
               <p class="main">
                  Not long after, he cottoned on to using an Iframe technique
                  where content would be loaded into a hidden Iframe and then
                  sucked back out and into a div element. This was the genesis
                  of what today is known as the Remote Iframe Scripting.
               </p>
               <p class="main">
                  Around this time, Jeff and I struck up a friendship and began
                  to work on refining that technique and over the years it
                  progressed to what both Jeff and I currently use on our
                  sites. We call it External HTML Loading.
               </p>
			     <p class="main">
                  As our friendship grew we started to think about  
               </p>


</body>
</html>

⌨️ 快捷键说明

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