| 1. | With xml , it is illegal to omit the closing tag 在xml中,省略结束标签是不正确的。 |
| 2. | Note : all opening tags must have closing tags 注意:所有开始标签必须有对应的结束标签。 |
| 3. | By doing this , it can omit the closing tag of an element 通过这种方法,它可以省略元素的结束标签。 |
| 4. | Empty elements must either have an end tag or the start tag must end with / > 空的元素也必须有一个结束标签或者开始标签用/ >结束。 |
| 5. | Generally , in html you can at least accept these , as well as all their ending tags 通常,在html中您至少可以接收下面这些以及它们的结束标签: |
| 6. | Simply look for opening and closing tags as events , and call back to the relevant handlers ,并只是把找到的起始标签和结束标签作为事件回调相关的处理器。 |
| 7. | Think of character data as the text found between the start tag and the end tag of an xml element 把字符数据当作xml元素的开始标签与结束标签之间的文本。 |
| 8. | Think of character data as the text found between the start tag and the end tag of an xml element 你可以把字符数据当作xml元素中起始标签与结束标签之间的文本内容。 |
| 9. | If the start - tag is in the content of another element , the end - tag is in the content of the same element 如果元素的起始标签在另一个元素里面,则结束标签也必须在同一个元素里 |
| 10. | The name in an element s end - tag must match the element type in the start - tag . names are case - sensitive 一个元素的起始标签和结束标签的名字必须相匹配,并且标签名是大小写敏感的 |