:預格式化標籤:將字元設定為等寬字元的標籤
在html檔案中需要顯示一些比如< >這種符號時需要使用到實體化字元
doctype
html
>
<
html
>
<
head
>
<
title
>預格式化
title
>
<
meta
charset
= 「utf-8」
>
<
meta
name
= 「viewport」
content
= 「width=device-width,
initial-scale
=1.0」
>
<
meta
name
= 「keyword」
content
= 「預格式化文字」
>
<
meta
name
= 「description」
content
= 「預格式化純文字」
>
<
meta
author
= 「王思怡」
>
<
style
>
body
style
>
head
>
<
body
>
—- 以下**的括號需要使用實體化字元來寫 —-
>
<
pre>
pre>
<
body
>
html
>
doctypehtml
>
<
html
>
<
head
>
<
title
>code標籤的使用
title
>
<
meta
charset
= 「utf-8」
>
<
meta
name
= 「viewport」
content
= 「width=device-width,
initial-scale
=1.0」
>
<
meta
name
= 「keyword」
content
= 「code標籤的使用」
>
<
meta
name
= 「description」
content
= 「code標籤的使用」
>
<
meta
author
= 「王思怡」
html pre標籤使用(保留空格和回車等操作)
size medium color red b pre 元素可定義預格式化的文字。b size color size large color blue 被包圍在 pre 元素中的文字通常會保留空格和換行符。而文字也會呈現為等寬字型。color size 標籤的乙個常見應用就是用來表示計算機的源 做網...
html pre標籤使用(保留空格和回車等操作)
size medium color red b pre 元素可定義預格式化的文字。b size color size large color blue 被包圍在 pre 元素中的文字通常會保留空格和換行符。而文字也會呈現為等寬字型。color size 標籤的乙個常見應用就是用來表示計算機的源 做網...
動態SQL的sql標籤和foreach標籤
title author update blog where views 注意 使用sql片段主要是為了實現sql片段的復用,如果sql語句涉及到了多表查詢,就不建議使用sql片段。總的來說,sql片段適用於單錶查詢 使用foreach查詢 listgetblogforeach map map se...