gallery1_column2.html

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

HTML
41
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
   <head>
      <title>
         Introduction to Ajax Tutorial
      </title>
   </head>
   <body>
   <p class="code">
                  &lt;div id=&quot;accessLYR&quot;&gt;<br />
                  &lt;ul&gt;<br />
                  &lt;li&gt;&lt;a href=&quot;image1.html&quot;
                  tabindex=&quot;0&quot;&gt;View Image
                  1&lt;/a&gt;&lt;/li&gt;<br />
                  &lt;li&gt;&lt;a href=&quot;image2.html&quot;
                  tabindex=&quot;1&quot;&gt;View Image
                  2&lt;/a&gt;&lt;/li&gt;<br />
                  &lt;li&gt;&lt;a href=&quot;image3.html&quot;
                  tabindex=&quot;2&quot;&gt;View Image
                  3&lt;/a&gt;&lt;/li&gt;<br />
                  &lt;li&gt;&lt;a href=&quot;image4.html&quot;
                  tabindex=&quot;3&quot;&gt;View Image
                  4&lt;/a&gt;&lt;/li&gt;<br />
                  &lt;li&gt;&lt;a href=&quot;image5.html&quot;
                  tabindex=&quot;4&quot;&gt;View Image
                  5&lt;/a&gt;&lt;/li&gt;<br />
                  &lt;li&gt;&lt;a href=&quot;image6.html&quot;
                  tabindex=&quot;5&quot;&gt;View Image
                  6&lt;/a&gt;&lt;/li&gt;<br />
                  &lt;/ul&gt;<br />
                  &lt;/div&gt;
               </p>
               <p class="main">
                  In the Image Gallery application, I am setting the visibility
                  property to hidden for the element accessLYR when the page
                  loads. But that doesn&#39;t mean everyone has to.
               </p>
   </body>
</html>

⌨️ 快捷键说明

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