HIRO's Home Page [[ HTML Tag Reference (exp.1)]]

Based on HTML version ##

[[Example]] Space and Tab [ BACK ] [ HOME ]


===Source===
This			source     text will be appear as below.

---View---
This source text will be appear as this.

There is 3 tabs between "This" and "source", and 5 spaces between "source" and "text".



===記載===
半角の    スペースやタブ			はいくら入れても1個分しか表示  されません.

---表示---
半角の スペースやタブ はいくら入れても1個分しか表示  されません.

「半角の」と「スペース」との間には4このスペースがは言っていますし、「タブ」と「は」との間には3このタブが入っています.一方、「表示」と「されません」の間には全角のスペースが2個入っています.




[[Example]] "<" and ">" [ BACK ] [ HOME ]


===Source===
You have to discribe as "& lt;" or "& gt;" on HTML text to express
"<" or ">" on a browser's view.
「<」や「>」を表示するには、HTMLの記載には「& lt;」や「& gt;」と
記述しなければならない.

---View---
You have to discribe as "& lt;" or "& gt;" on HTML text to express "<" or ">" on a borwser's view.
「<」や「>」を表示するには、HTMLの記載には「& lt;」や「& gt;」と記述しなければならない.



[[Example]] comment [ BACK ] [ HOME ]


===Source===
Following two rows are comment. This will not appear on
your browser's view, but able to edit on HTML text.<BR>
< ! -- This row is only for comment. You could add any comment that help you to manage and edit HTML discription. --> Comment rows do not appear on the view, as if it does not exist.

---View---
Following two rows are comment. This will not appear on your browser's view, but able to edit on HTML text.
Comment rows do not appear on the view, as if it does not exist.



[[Example]] < BODY > [ BACK ] [ HOME ]


===Source===
<BODY BGCOLOR="#0000ff" TEXT="#ffff00">
This gives you <FONT COLOR="#0000ff" > background color </FONT> with <FONT COLOR="#ff0000"> red text color. </FONT>

<BODY BACKGROUND="/images/wall2.gif">
This will fill your backgroup pattern with this image.