📄 intro3_column1.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<ul>
<li>
It overcomes some speed bottlenecks that traditional Web
development has fallen prey too. In most instances an ajax
based site will load quicker than a comparable traditional
Web site.
</li>
<li>
When done well, it significantly reduces initial load
times.
</li>
</ul>
<p class="main">
Before proceeding, it should be noted that ajax isn't a
panacea. It has some problems that it needs to overcome as it
continues to mature. But it is a promising field to be
involved within and as the years roll on, it probably will
greatly affect the way we think about building Web pages and
Web applications.
</p>
<p class="main">
It also needs to be clear that ajax isn't a technology as
such but rather is a technique that combines well with other
technologies and techniques. For example, xml, dhtml, css,
xhtml.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -