📄 basicsxml1_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">
Let us begin by construct a basic xml file that will be
loaded into the main document. Our xml example file
(basic.xml) looks like this:
</p>
<p class="code">
<?xml version="1.0"
encoding="UTF-8"?><br />
<menu><br />
<item><br />
<description><br />
Possible Menu Item Here<br />
</description><br />
</item><br />
</menu>
</p>
<p class="main">
Remember that XML doesn't really do anything other than
describe the content it contains. For example an xml tag such
as the following:
</p>
<p class="code">
<mynameis><br />
Eddie<br />
</mynameis>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -