📄 basicsxml1_column2.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<p class="main">
Allows the tags to describe what the content is. That is
all the xml tags actually do.
</p>
<p class="main">
In our basic example, we are eventually going to build a
little navigation system therefore I used the tags menu,
items and description respectively to accurately represent
what the tags contain.
</p>
<p class="main">
Let us now turn our attention to the JavaScript that will
allow us to load an xml file into an existing document. In
case you are not clear, we are importing an XML Document into
an existing HTML document. That is our immediate goal and
forms much of the basis of what follows later on. It is
worth paying attention to and going into some detail.
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -