說明 > 編寫 > 使用標示 > 使用無效標示 > 無效標示範例 > 未定義的開始與結束標籤
  
未定義的開始與結束標籤
此範例包含未在文件實例之文件類型中定義的標籤。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>