Don't <EM>smoke</EM> here.
Don't smoke here.
Don't <STRONG>smoke</STRONG> here.
Don't smoke here.
<CODE>#include <stdio.h></CODE>
#include <stdio.h>
The URL is <SAMP>http://w3.lab.kdd.co.jp/</SAMP>
The URL is http://w3.lab.kdd.co.jp/
Command: <KBD>patch -p <patchfile</KBD>
Command: patch -p <patchfile
<CODE>chown</CODE> <VAR>user-id</VAR>
chown
user-id
<DFN>format style</DFN>
format style
LaTeX books <CITE>(Lamport 1994)</CITE>
LaTeX books (Lamport 1994)
タグ | Netscape | Mosaic | Micorsoft | Lynx |
---|---|---|---|---|
<cite> | italic | italic | italic | monospace |
<code> | monospace |
monospace | monospace |
monospace |
<dfn> | n/a | n/a | italic | n/a |
<em> | italic | italic | italic | monospace |
<kbd> | monospace | italic | monospace bold | monospace |
<samp> | monospace | monospace | monospace | monospace |
<strong> | bold | bold | bold | monospace |
<var> | italic | italic | monospace | monospace |
HTML 3.0 では、これらの論理フォントがどのようなフォント、色、大きさを 使用するかをスタイルシートを使って指定できるようになります。
<U>や<S>タグについては、HTML 3.0のタグで あるため、ブラウザによってはサポートしていない場合があります。また、フォ ントスタイルは入れ子にする(複合フォント)こともできますが、これもブラウ ザによってはサポートしていない場合があります。
Bold 太文字 Italic 斜体文字 Fixed Width Typewriter タイプライタ文字 Underline 下線付文字 Strikethrough<STRIKE>取消文字Strikethrough<S>取消文字Insert <INS> 挿入文字 Delete<DEL>削除文字
<B><I>This is bold and italic<I><B>This is bold and italic
肩付き、下付き文字
HTML 3.0のタグ肩付き文字<SUP>〜</SUP>および下付き
文字<SUB>〜</SUB>が使用できます。
テキスト<SUP>肩付き文字</SUP> テキスト<SUB>下付き文字</SUB>
Superscriptsuperscript
Subscriptsubscript
肩付き肩付き
下付き下付き
以上をまとめると下表のようになります。
タグ | Netscape | Mosaic | Micorsoft | Arena |
---|---|---|---|---|
<B> | ○ | ○ | ○ | ○ |
<I> | ○ | ○ | ○ | ○ |
<TT> | ○ | ○ | ○ | ○ |
<U> | ○ | ○ | ○ | ○ |
<STRIKE> | ○ | × | × | × |
<S> | ○ | × | ○ | ○ |
<SUP> | ○ | ○ | ○ | ○ |
<SUB> | ○ | ○ | ○ | ○ |
複合フォント | ○ | × | ○ | − |
SPAN文字
マイクロソフトインターネットエクスプローラでは、文字に
CSSの属性を付ける事ができます。例えば、文
字に背景色を付ける場合、下記のように指定します。
<SPAN STYLE="background: #FFF000">背景色付き文字</SPAN>背景色付き文字
SPAN文字
<Q>この部分がダブルクォートで囲まれます。</Q>
この部分がダブルクォートで囲まれます。