⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 basicsxml1_column1.html

📁 Ajax tutorial archive
💻 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">
                  &lt;?xml version=&quot;1.0&quot;
                  encoding=&quot;UTF-8&quot;?&gt;<br />
                  &lt;menu&gt;<br />
                  &lt;item&gt;<br />
                  &lt;description&gt;<br />
                  Possible Menu Item Here<br />
                  &lt;/description&gt;<br />
                  &lt;/item&gt;<br />
                  &lt;/menu&gt;
               </p>
               <p class="main">
                  Remember that XML doesn&#39;t really do anything other than
                  describe the content it contains. For example an xml tag such
                  as the following:
               </p>
   <p class="code">
                  &lt;mynameis&gt;<br />
                  Eddie<br />
                  &lt;/mynameis&gt;
               </p>


</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -