|
|
TopPage > HTML記述覚え書き |
Contents
|
名称 | 記述 | 表示 | 記述 | 表示 |
red | <font color=red>あいうえお</font> | あいうえお | <td bgcolor=red width=60> | |
white | <font color=white>あいうえお</font> | あいうえお | <td bgcolor=white width=60> | |
blue | <font color=blue>あいうえお</font> | あいうえお | <td bgcolor=blue width=60> | |
green | <font color=green>あいうえお</font> | あいうえお | <td bgcolor=green width=60> | |
yellow | <font color=yellow>あいうえお</font> | あいうえお | <td bgcolor=yellow width=60> | |
black | <font color=black>あいうえお</font> | あいうえお | <td bgcolor=black width=60> | |
lime | <font color=lime>あいうえお</font> | あいうえお | <td bgcolor=lime width=60> | |
maroon | <font color=maroon>あいうえお</font> | あいうえお | <td bgcolor=maroon width=60> | |
olive | <font color=olive>あいうえお</font> | あいうえお | <td bgcolor=olive width=60> | |
aqua | <font color=aqua>あいうえお</font> | あいうえお | <td bgcolor=aqua width=60> | |
teal | <font color=teal>あいうえお</font> | あいうえお | <td bgcolor=teal width=60> | |
navy | <font color=navy>あいうえお</font> | あいうえお | <td bgcolor=navy width=60> | |
dark blue | <font color=darkblue>あいうえお</font> | あいうえお | <td bgcolor=darkblue width=60> | |
fuchsia | <font color=fuchsia>あいうえお</font> | あいうえお | <td bgcolor=fuchsia width=60> | |
purple | <font color=purple>あいうえお</font> | あいうえお | <td bgcolor=purple width=60> | |
cyan | <font color=cyan>あいうえお</font> | あいうえお | <td bgcolor=cyan width=60> | |
aqua marine | <font color=aquamarine>あいうえお</font> | あいうえお | <td bgcolor=aquamarine width=60> | |
light green | <font color=lightgreen>あいうえお</font> | あいうえお | <td bgcolor=lightgreen width=60> | |
tan | <font color=tan>あいうえお</font> | あいうえお | <td bgcolor=tan width=60> | |
orange | <font color=orange>あいうえお</font> | あいうえお | <td bgcolor=orange width=60> | |
gold | <font color=gold>あいうえお</font> | あいうえお | <td bgcolor=gold width=60> | |
brown | <font color=brown>あいうえお</font> | あいうえお | <td bgcolor=brown width=60> | |
salmon | <font color=salmon>あいうえお</font> | あいうえお | <td bgcolor=salmon width=60> | |
tomato | <font color=tomato>あいうえお</font> | あいうえお | <td bgcolor=tomato width=60> | |
deep pink | <font color=deeppink>あいうえお</font> | あいうえお | <td bgcolor=deeppink width=60> | |
pink | <font color=pink>あいうえお</font> | あいうえお | <td bgcolor=pink width=60> | |
magenta | <font color=magenta>あいうえお</font> | あいうえお | <td bgcolor=magenta width=60> | |
violet | <font color=violet>あいうえお</font> | あいうえお | <td bgcolor=violet width=60> | |
indigo | <font color=indigo>あいうえお</font> | あいうえお | <td bgcolor=indigo width=60> |
項目 | フォーマット | 例 |
下付き | <sub>文字</sub> | 文字1文字2 |
上付き | <sup>文字</sup> | 文字1文字2 |
太字 | <b>太字</b> | 普通 太字 |
強調 | <strong>強調</strong> | 普通 強調 |
斜体 | <i>斜体</i> | 普通 斜体 |
強調斜体 | <em>強調斜体</em> | 普通 強調斜体 |
下線 | <u>下線</u> | 普通 下線 |
削除線 | <s>削除線</s> |
普通 |
点滅文字 | <blink>点滅</blink> | 普通 |
スクロール(左) <marquee>(左)</marquee> |
スクロール(右) <marquee direction="right">(右)</marquee> |
スクロール(背景色指定) <marquee bgcolor="cyan">(背景色指定)</marquee> |
スクロール(左、幅指定) <marquee width="100">(左)</marquee> |
スクロール(速度調整) <marquee scrollamount="20">(速度調整)</marquee> |
スクロール(オンマウスで停止) <marquee onmouseover=this.stop() onmouseout=this.start()>(オンマウスで停止)</marquee> |
スクロール(上->下) <marquee direction="down" height="60">スクロール(上->下)</marquee> |
スクロール(下->上) <marquee direction="up" height="120">スクロール(下->上)</marquee> |
スクロール(上下交互) <marquee behavior="alternate" direction="up" height="100">スクロール(上下交互)</marquee> |
表示 | 10進記述 | 文字記述 | 表示 | 10進記述 | 文字記述 |
& | & | " | " | ||
空白 | | © | © | ||
< | < | > | > | ||
¦ | &brvar; | § | § | ||
¬ | ¬ | ® | ® | ||
° | ° | ± | ± | ||
² | ² | ³ | ³ | ||
´ | ´ | µ | µ | ||
× | × | ÷ | ÷ | ||
Α | Α | α | α | ||
Β | Β | β | β | ||
Γ | Γ | γ | γ | ||
Δ | Δ | δ | δ | ||
Ε | Ε | ε | ε | ||
Θ | Θ | θ | θ | ||
Σ | Σ | σ | σ | ||
Π | Π | π | π | ||
_ | _ | - | - | ||
@ | @ | . | . |
表示 | 記述 | 表示 | 記述 | 表示 | 記述 | 表示 | 記述 | 表示 | 記述 |
A | A | N | N | a | a | n | n | 0 | 0 |
B | B | O | O | b | b | o | o | 1 | 1 |
C | C | P | P | c | c | p | p | 2 | 2 |
D | D | Q | Q | d | d | q | q | 3 | 3 |
E | E | R | R | e | e | r | r | 4 | 4 |
F | F | S | S | f | f | s | s | 5 | 5 |
G | G | T | T | g | g | t | t | 6 | 6 |
H | H | U | U | h | h | u | u | 7 | 7 |
I | I | V | V | i | i | v | v | 8 | 8 |
J | J | W | W | j | j | w | w | 9 | 9 |
K | K | X | X | k | k | x | x | ||
L | L | Y | Y | l | l | y | y | ||
M | M | Z | Z | m | m | z | z |
<link rel="shortcut icon" href="./favicon.ico"> |
TopPage > HTML記述覚え書き |