xmlpractical4_column1.html

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

HTML
31
字号
<!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 &quot;oh
                  ahh, that&#39;s wicked&quot;. 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 + =
减小字号Ctrl + -
显示快捷键?