HIRO's Home Page [[ HTML Tag Reference (3)]]

Based on HTML version ##
[ HOME ] - [ Previous ] - [ INDEX ] - [ NEXT ]

Modification of Font
フォントを変えるタグ

  1. Changing Font Type <B> <I> <TT> <U>
    文字の書体を変える

    [[ Example ]]

    Tag OPTION end Tag
    <B> bold(physical)
    ボールド(物理的)
    --- </B>
    <I> Italic(physical)
    斜体(物理的)
    --- </I>
    <TT> non-proportional(physical)
    等幅(物理的)
    --- </TT>
    <U> underline(physical)
    下線(物理的)
    --- </U>
    <BIG> big size(physical)
    大きく(物理的)
    --- </BIG>
    <SMALL> small size(physical)
    小さく(物理的)
    --- </SMALL>
    <SUB> subscript(physical)
    サブスクリプト(物理的)
    --- </SUB>
    <SUP> superscript(physical)
    スーパースクリプト(物理的)
    --- </SUP>
    <BLINK> blink(physical)
    点滅(物理的)
    --- </BLINK>

    [ HOME ] - [ Previous ] - [ INDEX ] - [ NEXT ]

  2. Changing Size and Color <BASEFONT> <FONT>
    文字の大きさと色

    [[ Example ]]

    Tag OPTION end Tag
    <BASEFONT
    change basic font
    SIZE="n"
    samll (-7 to 7) big
    COLOR="#color code" >
    color code
    --- </BASEFONT>
    <FONT
    each font
    SIZE="n"
    samll (1 to 7) big 3=base
    relative size from base(+n/-n)
    COLOR="#color code" >
    color code
    --- </FONT>

  3. Logical Definition <CITE> <CODE> <EM> <STRONG> <KBD> <SAMP> <VAR>
    文字の論理的定義

    [[ Example ]]

    Tag OPTION end Tag
    <CITE> citation(Italic/logical)
    引用(イタリック/論理的)
    --- </CITE>
    <CODE> program code(TT/logical)
    プログラムコード(等幅/論理的)
    --- </CODE>
    <EM> emphasis(Italic/logical)
    強調(イタリック/論理的)
    --- </EM>
    <STRONG> more emphasis(bold/logical)
    より強調(ボールド/論理的)
    --- </STRONG>
    <KBD> keyboard(TT/logical)
    キーボード入力(等幅/論理的)
    --- </KBD>
    <SAMP> sample(TT/logical)
    サンプル(等幅/論理的)
    --- </SAMP>
    <VAR> variable(Italic/logical)
    変数(イタリック/論理的)
    --- </VAR>

Result appears different in each browser.

[ HOME ] - [ Previous ] - [ INDEX ] - [ NEXT ]