~ubuntu-branches/ubuntu/breezy/moodle/breezy

« back to all changes in this revision

Viewing changes to lang/zh_cn_utf8/help/html.html

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2005-10-13 02:00:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051013020059-y2qcyo41t7nqppcg
Tags: 1.5.2-1ubuntu1
* Resync with debian (security update)
* changed dependencys to php5
* changed apache dependency to apache2 
* References
  CAN-2005-2247

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<p align="center"><b>编写html的帮助</b></p>
 
2
 
 
3
<p>在 Moodle 中编写 HTML 页面的时候,您几乎可以随便使用任何您想用的标记,去达到您想要的效果。</p>
 
4
 
 
5
<p>注意,脚本语言(比如:Javascript 或 VB Script)是不许使用的,它们将被自动删除。</p>
 
6
 
 
7
<p>您的代码会自动被打印到页面上的表格里,因此:</p>
 
8
 
 
9
   <ul>
 
10
   <li>没有必要使用任何 &lt;HEAD> 或 &lt;BODY> 标记
 
11
   <li>小心可能使显示混乱的不匹配的 &lt;/TABLE> 标记。
 
12
   </ul>
 
13
 
 
14
<p>笑脸(表情)会被自动转换成相应的图形,URL 字符串会被转换成链接。</p>
 
15
 
 
16
</p>
 
 
b'\\ No newline at end of file'