斑鳩風タイトル
・HTMLタグ集

よく使うであろうタグ集。管理人のメモ代わりです。
下記の書式は、正式なものではないのでご注意を。
("|"はORのつもり。"¥n"は改行。行末の"¥"は一行の記述が複数行にまたがることを意味する。)

参考URL↓
W3C(公式。英語)


・タグ名一覧
<head>
<title>
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS" />
<meta name="keywords" content="キーワード1,キーワード2, ..." />
<link rel="stylesheet" type="text/css" href="〜" />
<style type="text/css">
<script language="JavaScript"><!-- 〜¥n// -->¥n</script>
<body text | bgcolor="〜" background="〜" bgproperties="fixed">
<br />
<p>
<hr size="〜" color="〜"/>
<a href="〜" target="_parent | _top | _blank | frameのname属性値">
<div>
<span>
<table border | width | height | cellpadding | cellspacing | align="〜"¥
rules="none | rows | cols | groups | all">
<tr bgcolor="〜" align="〜">
<td colspan | rowspan="〜" bgcolor="〜" background="〜" align | valign="〜" nowrap>
<th colspan | rowspan="〜" bgcolor="〜" background="〜" align | valign="〜" nowrap>
<colgroup | rowgroup   align="left | center | right">
<pre>
<s>
<u>
<sup>
<sub>
<b>
<em>
<strong>
<font size="〜" color="〜">
<img src="〜" width | height="〜" />
<blockquote>
<textarea rows | cols="〜" wrap="hard | soft" readonly>
<frameset cols | rows="〜, *" frameborder="yes | no" noresize>
<frame name="〜" src="〜" marginwidth | marginheight="〜" scrolling="auto | yes | no" />
<dl>
<dt>
<dd>
<ol | ul type="circle | square | i | I | a | A">
<li>
<form method="get | post ..." action"〜cgi">
<input type="text | password" size | maxlength="127" value="〜">
<input type="checkbox | radio" name="〜" value="〜" chechked>
<input type="image" src="〜" alt="〜">
<input type="file | hidden | submit | reset | button" value="〜">
<address>
・共通?属性名
id="〜"
name="〜"
style="〜"
-------------------
alt="〜"
src="〜"
-------------------
onClick="〜"
onDblClick="〜"
onMouseDown="〜"
onMouseUp="〜"
onMouseOver="〜"
onMouseOut="〜"
onKeyPress="〜"
onKeyDown="〜"
onKeyUp="〜"
onChange="〜"
onFocus="〜"
onLoad="〜"

トップページへ |  ググる lowry1213@yahoo.co.jp