도움말 > 작성 > 마크업 사용 > 잘못된 마크업 작업 > 잘못된 마크업 예 > 정의되지 않은 시작 및 끝 태그
  
정의되지 않은 시작 및 끝 태그
이 예에는 문서 인스턴스의 문서 유형에 정의되어 있지 않은 태그가 포함되어 있습니다. Arbortext Editor에서는 이러한 태그와 완전히 정의된 모든 속성을 유지합니다.
<book>
...
<!-- Illegal start tag with no attributes followed by illegal end tag. -->
<badtag>text inside bad tags</badtag>
...
<!-- Illegal tag with attributes (both literal and non-literal strings) -->
<illegal size=20 buyers="My Company.Inc" level=high>
...
<!-- Illegal end tag; all by itself -->
</defunct>
</book>
...
<!-- Illegal start/end tag pair AFTER end-of- instance tag -->
<naughty></naughty>