gallery7_column1.html

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

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

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

<body>
                 <p class="main">
                  then set by using the existing document width minus the
                  imported image width and then divided by 2 so as to center
                  the image.
               </p>
               <p class="main">
                  <strong>Line 3:</strong> We do exactly the same thing for the
                  preloadLYR element.
               </p>
               <p class="main">
                  <strong>Line 4:</strong> Again here we are doing the same
                  thing for the captionLYR element.
               </p>
               <p class="main">
                  <strong>Line 5:</strong> We set the accessLYR visibility to
                  hidden for each subsequent page load. Both the main page and
                  those being imported have an accessibility menu so we turn
                  them off with JavaScript.
               </p>
               <p class="main">
                  <strong>Line 6:</strong> This line calls a function named
                  fadeIn. As the name implies it is the function that drives
                  the fading effect. We delay the fading by 1300 milliseconds
                  by using a setTimeout method to avoid flickering as the image
                  renders on
               </p>
</body>
</html>

⌨️ 快捷键说明

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