📄 xmlpractical4_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">
Once you have an xml document into the interface using this
method it is pretty simple to style using CSS as you would a
normal html document. Then you can make people say "oh
ahh, that's wicked". In other words pretty the
elements up and make them presentable to a user.
</p>
<p class="main">
There is an added benefit that is not readily apparent in the
examples thus far. We can add interactivity into the XML
file. Cool huh?
</p>
<p class="main">
If you have seen xml examples before, you may have noticed
that many developers walk the DOM tree to get an event to
trigger or provide interaction from the XML file. Sometimes
you may indeed have to do this, so this is not an argument
against walking the DOM tree, but rather is an argument
against walking the DOM tree unnecessarily.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -