理U理Vの基礎実験棟
Introductory Experiments in the Laboratory

Web全体  サイト内
Google

ロビー実験室報告室パソコン室控え室問い合わせサイトマップ準備中

HTML文章の基本

HTML
HEAD

BODY
HEAD‥‥タイトルなど文章情報を記述する部分

BODY‥‥文章の内容を記述する部分

<br><img><hr>など終了タグがない場合を除き、終了タグを省略しない。
ソースコードはJAVAなどのプログラミング言語ほどstrictではない。ブラウザは解釈してくれる。

基本タグリスト

フォント関係

font
<span style="font-family: Osaka;font-size: 8pt;color: #6600cc;">font</span>
font
<span style="font-weight:bold;font-style:italic;">italic</span>
font
<span style="text-decoration:underline;">font</span>
font
<span style="text-decoration:line-through;">a lie</span>

画像

サンプル画像
<img src="sample.gif" alt="サンプル画像" border="0">

テーブル

0100
10010000

<table border="1" bgcolor="#ffccff">
<tr>
 <td align="left">0</td>
 <td>100</td>
</tr>
<tr>
 <td>100</td>
 <td>10000</td>
</tr>
</table>

ハイパーリンク

理U理Vの基礎実験棟
<a href="http://iel.nobody.jp/">理U理Vの基礎実験棟</a>
理U理Vの基礎実験棟[別ウィンドウで開く]
<a href="http://iel.nobody.jp/" target="_blank">理U理Vの基礎実験棟</a>

水平線


<hr>

<hr width="50%" align="center">

中央寄せ

中央寄せ
<div style="text-align: center;">中央寄せ</div>

特殊文字

著作権©
著作権&copy;
登録商標®
登録商標&reg;
♠♣♦♥
♠[&spades;] ♣[&clubs;] ♦[&diams;] ♥[&hearts;]