¥È¥Ã¥×   ¿·µ¬ °ìÍ÷ ñ¸ì¸¡º÷ ºÇ½ª¹¹¿·   ¥Ø¥ë¥×   ºÇ½ª¹¹¿·¤ÎRSS

HTML/HTML 4.01 ¤Î¥Ð¥Ã¥¯¥¢¥Ã¥×¥½¡¼¥¹(No.5)

[[HTML]] | [[HTML/XHTML 1.0]] | [[HTML/HTML 5]]

*DOCTYPEÀë¸À
**HTML 4.01 Strict [#w5afdef1]
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

**HTML 4.01 Transitional [#jefa3a35]
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">



*ʸ»ú¥³¡¼¥É»ØÄê [#rc9304cc]
-<meta http-equiv="content-type" content="text/html; charset=UTF-8">
-<meta http-equiv="content-type" content="text/html; charset=Shift_JIS">
-<meta http-equiv="content-type" content="text/html; charset=EUC-JP">
-<meta http-equiv="content-type" content="text/html; charset=ISO-2022-JP">
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">



*¥ê¥ó¥¯
-[[W3C HTML 4.01»ÅÍͽñ>http://www.asahi-net.or.jp/~sd5a-ucd/rec-html401j/cover.html#minitoc]]