parser_ext1.html

来自「一种效率高」· HTML 代码 · 共 56 行

HTML
56
字号
<html> <head> <title>Parser Extended Test 1</title> </head><body><H1>Parser Extended Test 1</H1>This is a regression test to see if the parser is tolerant to &lt; characterswhich aren't part of a tag.<BR><BR>The following ASCII image has all &lt; and &gt; characters encoded,"Chucky" and "Lucky" should be rendered <B>bold</B>:<PRE>                              ,        ,                             /(        )`                             \ \___   / |                             /- _  `-/  '                            (/\/ \ \   /\                            / /   | `    \                            O O   ) /    |                            `-^--'`&lt;     '                           (_.)  _  )   /                            `.___/`    /                              `-----' /      <B>Chucky</B>     &lt;----.     __ / __   \      Gets       &lt;----|====O)))==) \) /====      <B>Lucky</B>      &lt;----'    `--' `.__,' \                              |        |                               \       /       /\                          ______( (_  / \______/                        ,'  ,-----'   |                        `--{__________)</PRE>The following ASCII image has non-encoded &lt; and &gt; characters,"Chucky" and "Lucky" should be rendered <I>Italic</I>:<PRE>                              ,        ,                             /(        )`                             \ \___   / |                             /- _  `-/  '                            (/\/ \ \   /\                            / /   | `    \                            O O   ) /    |                            `-^--'`<     '                           (_.)  _  )   /                            `.___/`    /                              `-----' /      <I>Chucky</I>     <----.     __ / __   \      Gets       <----|====O)))==) \) /====      <I>Lucky</I>      <----'    `--' `.__,' \                              |        |                               \       /       /\                          ______( (_  / \______/                        ,'  ,-----'   |                        `--{__________)</PRE></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?