gallery1_column1.html

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

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

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

<body>
                     <p class="main">
                  I changed the load_page case to load_js so that you can use
                  the widgets separately should the need arise. These are
                  contained within the examples folder. I will demonstrate how
                  to combine the two into one function when we get on to
                  building the Image Gallery itself.
               </p>
               <p class="main">
                  Speaking of which, its now time to turn our attention to
                  putting what we have learned thus far into building an Image
                  Gallery.
               </p>
               <p class="main">
                  The first thing we are going to do is set up our entry page
                  to have accessibility features by providing an alternate
                  navigation system when JavaScript is switched off either by a
                  user preference or because the browser doesn&#39;t support
                  JavaScript.
               </p>
               <p class="main">
                  We use a list based menu format to achieve this. The code for
                  this is as follows:
               </p>
</body>
</html>

⌨️ 快捷键说明

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