帮助 > 创作 > 使用标注 > 使用无效标注 > 无效标注示例 > 未定义的开始和结束标记
  
未定义的开始和结束标记
此示例包括未在文档实例的文档类型中定义的标记。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>