当前位置: 首页 > 网络学院 > 客户端脚本教程 > APPML > footer

APPML
AppML HTML 报告
AppML 过滤函数
AppML HTML 列表
AppML HTML 表单
AppML XML 报告

APPML 中的 footer


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-04   浏览: 404 ::
收藏到网摘: n/a

<header> 和 <footer> 元素

Back

The <header> element is used to define a header that will be displayed before the output on the page.
<header>元素的作用是: 定义一个在页面结果之前显示的页眉。

The <footer> element is used to define a footer that will be displayed after the output on the page.
<footer>元素的作用是: 定义一个在页面结果之后显示的页脚。

Any HTML code may be included inside the <footer> element.
所有的HTML代码都可以嵌套在<footer>元素中。

Example
案例

<?xml version="1.0" ?>
<appml>
<database>
<connection>northwind</connection>
<sql>SELECT Categoryname,Description FROM Categories</sql>
</database>
<header>
<h1>Categories 2004</h1>
</header>
<footer>
<p><b>Compiled by John Johnson</b></p>
</footer>
<htmlreport />
</appml>

View the output produced by the AppML HTML Report Service
查看由AppML HTML 报告服务输出的结果

View the XML source file
查看XML 源文件


评论 (0) All

登陆 | 还没注册?