一个HTML标记由一个开始标记、一个结束标记、一个HTML注释、一个处理指令、一个声明或CDATA节组成。
Here are some simple open tags:
以下是一些简单的开放标签:
Example 617Try It
试试看
Foo
Foo
Illegal tag names, not parsed as HTML: 不合法的标记名,未解析为HTML:Example 618Try It
试试看
<33> <__>
<33> <__>
Illegal attribute names: 属性名称非法:Example 619Try It
试试看
<a h*#ref="hi">
<a h*#ref="hi">
Illegal attribute values: 非法属性值:Example 620Try It
试试看
<a href="hi'> <a href=hi'>
<a href="hi'> <a href=hi'>
Illegal whitespace: 非法空格:Example 621Try It
试试看
< a><
foo><bar/ >
<foo bar=baz
bim!bop />
< a>< foo><bar/ > <foo bar=baz bim!bop />
Missing whitespace: 缺少空格:Example 622Try It
试试看
<a href='bar'title=title>
<a href='bar'title=title>
Closing tags: 结束标签: Illegal attributes in closing tag: 结束标记中的非法属性:Example 624Try It
624试一试
</a href="foo">
</a href="foo">
Comments: 评论:Example 625Try It
试试看
foo
foo
Example 626Try It 例句:试一下 foo foo --> foo foo -->foo foo -->
foo foo -->
Processing instructions: 处理说明:Example 627Try It
例句:试一下
foo
foo
Declarations: 声明:Example 628Try It
试试看
foo
foo
CDATA sections: CDATA节:Example 629Try It
例句:试一下
foo &<]]>
foo &<]]>
Entity and numeric character references are preserved in HTML attributes: 实体和数字字符引用保留在HTML属性中: Backslash escapes do not work in HTML attributes: 反斜杠转义不适用于HTML属性: Example 632Try It 例句:试一下<a href=""">