xmlpractical2_column1.html
来自「Ajax tutorial archive」· HTML 代码 · 共 40 行
HTML
40 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Introduction to Ajax Tutorial</title>
</head>
<body>
<p class="main">
Everything else script wise remains the same, therefore no
need to change anything other than that line from the
previous script we just built. The navigation.xml file looks
like this:
</p>
<p class="code">
<?xml version="1.0"
encoding="UTF-8"?>
</p>
<p class="code">
<menu>
</p>
<p class="code">
<item id="about">
</p>
<p class="code">
<ul xmlns="http://www.w3.org/1999/xhtml">
</p>
<p class="code">
<li><a href="http://dhtmlnirvana.com/"
tabindex="10">DHTML Nirvana</a></li>
</p>
<p class="code">
<li><a
href="http://www.truthrealization.com/"
tabindex="10" class="menu">Truth
Realization</a></li>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?