📄 xmlpractical2_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">
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -