¥È¥Ã¥×   ÊÔ½¸ º¹Ê¬ ¥Ð¥Ã¥¯¥¢¥Ã¥× źÉÕ Ê£À½ ̾Á°Êѹ¹ ¥ê¥í¡¼¥É   ¿·µ¬ °ìÍ÷ ñ¸ì¸¡º÷ ºÇ½ª¹¹¿·   ¥Ø¥ë¥×   ºÇ½ª¹¹¿·¤ÎRSS

HTML/HTML 4.01 ¤ÎÊѹ¹ÅÀ

Top / HTML / HTML 4.01

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

*¥·¥ó¥×¥ë¤ÊHTML 4.01¥Õ¥©¡¼¥Þ¥Ã¥È
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html lang="ja">
 <head>
 <meta http-equiv="content-type" content="text/html; charset=UTF-8">
 <meta name="description" content="">
 <meta name="keywords" content="">
 <title>¥·¥ó¥×¥ë¤ÊHTML 4.01¥Õ¥©¡¼¥Þ¥Ã¥È</title>
 </head>
 
 
 
 <body>
 <h1>¥·¥ó¥×¥ë¤ÊHTML 4.01¥Õ¥©¡¼¥Þ¥Ã¥È</h1>
 </body>
 </html>



*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]]