📄 gallery1_column1.html
字号:
<!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'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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -