HPの約束 |
<html><head><title></title></head><body></body></html> |
画像 |
<img src="xxxxxx"width="640" height="480"> |
詳細 |
画像のリンク |
<a href="xxx"><img src="xxx" height="180" width="240"></a> |
詳細 |
スプリクト |
<SCRIPT Language=JavaScript src=xxx></SCRIPT> |
縦書き |
<Div Style="writing-mode:tb-rl;Height:100;"> </Div> |
背景 |
<body background="背景のURLを記入" bgproperties="fixed"> |
詳細 |
フォント |
<Font Size="7" Color="blue"> </Font> |
フォントのバック |
<FONT STYLE=background:背景の色>コメント</FONT> |
ライン |
<hr width="300"size="3"color="red"> |
枠 |
<img src="xxxx" style="border:15 ridge Brown">
| 詳細 |
フィルター |
style="filter:Alpha(Style=3)" |
表 |
<table border="1"> <tr> <td>左側</td> <td>右側</td> </tr></table>
| 詳細 |
リンクボタン位置 |
<button style="width:200;height:40;color:ffcccc;font-size:16;background-color:red;border-width:5;cursor:hand"type=submit onclick='window.open("リンク先url",""," toolbar=yes, location=yes,,directories=yes, scrollbars=yes,, resizable=yes,, status=yes,,")'><b>タイトル</b></button> |
曲入れ |
<embed src="サウンドURL"autostart= "true" repeat="false"="0" width="100" height="30">
| 詳細 |
行間 |
<DIV STYLE="line-height:20px">行間を10pxで指定</DIV> |
別ページに自動移動 |
<meta http-equiv="refresh"content="10; url=URLを記入"> <head>〜</head>間
|
文章そのまま |
<pre>xxxxxxxxx</pre>
改行や スペースタグ使わなくても 見た目と同じにできる優れもの! |
外部js |
<script language="JavaScript" src="xxxx"></script>
|
位置指定 |
<DIV id=show style='position:absolute; top:10; left:10;'>xxxxx</DIV>
| 詳細 |
HPの呼びだし
インラインフレーム |
<IFRAME frameborder=0 scrollbars=0 width=860 height=1120
src="http:xxxxx.html"></IFRAME>
|
揺れながら動く |
<Marquee behavior="alternate" direction="up" height="50"><Marquee direction="right"> マーキーを2つ組み合わせ</Marquee></Marquee> | 詳細 |