📄 intro1_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">
<span class="firstletter">M</span>any a year ago, <a href=
"http://www.htmlguru.com/" target="_blank" title="link to dhtml guru">Jeff Rouyer</a> won the Netscape
DHTML competition with his flying dude interface and put
DHTML on the map. The winning entry, apart from being 3D in
design which up until that point had not been seen on the
Web, also had something that was quite uncharacteristic of
Web pages. Rather than have a user traverse across multiple
Web pages which consumes resources by opening separate window
instances, Jeff was loading content dynamically into an
existing interface. In other words all the content was being
loaded into an existing element and all other elements were
not being changed or swapped. We are talking pre IE4 days
here.
</p>
<p class="main">
IE4 was released a little later to challenge Netscape's
dominance on the web, but it did not have a similar method
where content could be loaded directly into a layer element.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -