각 명령어에 들어가면 안되는 요소들


콘텐츠 작업할때.. 각 명령어에 들어가면 안되는 요소들입니다.

XHTML 1.1일 경우 다음의 속성들은 사용할 수 없다.
(일부 속성은 XHTML 1.0 Strict 에서도 지원되지 않기 때문에 주의 바랍니다.)

<*> lnag
<a> name, target
<area> traget
<body> background, bgcolor, text, link, vlink, alink
<br> clear
<caption> align
<div> align
<form> name, target
<h1~h6> align
<hr> align, noshade, size, width
<img> align, border, hspace, vspace
<input> align
<legend>align
<li> type, value
<link> target
<map> name
<object> align, border, hsapce, vspace
<ol> compact, start, type
<p> align
<pre> width
<strict> language
<table> align, bgcolor
<td> bgcolor, height, nowrap, width
<th> bgcolor, height, nowrap, width
<tr> bgcolor
<ul> compact, type

출처 : 추지호(봄눈)님의 블로그

댓글