1 / 39
文档名称:

php代码标签解释(PHP code tag interpretation).doc

格式:doc   大小:27KB   页数:39页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

php代码标签解释(PHP code tag interpretation).doc

上传人:rjmy2261 2017/11/23 文件大小:27 KB

下载得到文件列表

php代码标签解释(PHP code tag interpretation).doc

相关文档

文档介绍

文档介绍:php代码标签解释(PHP code tag interpretation)
Using visual editor Dreamweaver, Frontpage
----------------------------------------------------------------------------------------------
<head> </head> definition document header Baotou
<title> </title> title
<meta / >
----------------------------------------------------------------------------------------------
<base>
<link>
<meta>
<script>
<style>
<title>
----------------------------------------------------------------------------------------------
<body> </body> local content
----------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------
<p></p> to write the tag value explanation written: <p attribute = "attribute value > to write <br / </p> content with align=" left "paragraph left center right right center
<p align= "center" > here is the content </p>
----------------------------------------------------------------------------------------------
Write <br / > tag value explanation written: <br = "attribute attribute value" in line
<p align= "center" > <br > </p> written here.
----------------------------------------------------------------------------------------------
<pre></pre> pre formatted tag text can be used to wrap this word automatically
<pre>
Here's the content
</pre>
----------------------------------------------------------------------------------------------
<font > </font> write tag value interpretation method: <font attribute = attribute value > </font> font label
Coler specifies the color of the text, face specifies the font of the text, and size specifies the size of the text text 1-7
<font coler= "red" size= "3" face= "Microsoft YaHei, Arial" > here written on </font>
----------------------------------------------------------------------------------------------
<h1></h1>~<h6></h6> headings can be defined with H1 words and the maximum to H6 words can