Warning, /frameworks/syntax-highlighting/autotests/reference/test.htm.ref is written in an unsupported language. File is not indexed.

0001 <Doctype><!DOCTYPE </Doctype><Other Text>HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"</Other Text><Doctype>></Doctype><br/>
0002 <Element><html></Element><br/>
0003 <Normal Text>  </Normal Text><Element><head></Element><br/>
0004 <Normal Text>    </Normal Text><Element><title></Element><Normal Text>This is a title</Normal Text><Element></title></Element><br/>
0005 <Normal Text>    </Normal Text><Element><style></Element><br/>
0006 <Normal Text>    </Normal Text><Comment>/* comment */</Comment><br/>
0007 <Normal Text>    </Normal Text><Selector Id>#xyz</Selector Id><Normal Text> { </Normal Text><Property>color</Property><Normal Text>: </Normal Text><Color>red</Color><Separator Symbol>;</Separator Symbol><Normal Text> }</Normal Text><br/>
0008 <Normal Text>    </Normal Text><Selector Tag>h1</Selector Tag><Normal Text> { </Normal Text><Property>font</Property><Normal Text>: </Normal Text><String>"Comic Sans"</String><Separator Symbol>;</Separator Symbol><Normal Text> }</Normal Text><br/>
0009 <Normal Text>    </Normal Text><Element></style></Element><br/>
0010 <Normal Text>  </Normal Text><Element></head></Element><br/>
0011 <Normal Text>  </Normal Text><Element><body</Element><Attribute> class=</Attribute><Value>"ui main"</Value><Element>></Element><br/>
0012 <Normal Text>    </Normal Text><Element><p</Element><Attribute> *ngFor=</Attribute><Value>"let name of names"</Value><Element>></Element><Normal Text>Hello, {{ name }}!</Normal Text><Element></p></Element><br/>
0013 <Normal Text>  </Normal Text><Element></body></Element><br/>
0014 <Normal Text></Normal Text><br/>
0015 <Normal Text>  </Normal Text><Comment><!-- JavaScript code --></Comment><br/>
0016 <Normal Text>  </Normal Text><Element><script></Element><br/>
0017 <Normal Text>    </Normal Text><Built-in Objects>document</Built-in Objects><Symbol>.</Symbol><Object Property (Built-in)>body</Object Property (Built-in)><Symbol>.</Symbol><Object Method (Built-in)>appendChild</Object Method (Built-in)><Normal Text>(</Normal Text><Built-in Objects>document</Built-in Objects><Symbol>.</Symbol><Object Method (Built-in)>createTextNode</Object Method (Built-in)><Normal Text>(</Normal Text><String>'Hello World!'</String><Normal Text>))</Normal Text><Symbol>;</Symbol><Normal Text> </Normal Text><Comment>// comment</Comment><br/>
0018 <Normal Text>  </Normal Text><Element></script></Element><br/>
0019 <Normal Text></Normal Text><br/>
0020 <Normal Text>  </Normal Text><Comment><!-- TypeScript code --></Comment><br/>
0021 <Normal Text>  </Normal Text><Element><script</Element><Attribute> type=</Attribute><Value>"text/typescript"</Value><Element>></Element><br/>
0022 <Normal Text>    </Normal Text><Reserved>class</Reserved><Normal Text> </Normal Text><Normal Text>Student </Normal Text><Normal Text>{</Normal Text><br/>
0023 <Normal Text>        </Normal Text><Parameter>fullName</Parameter><Symbol>:</Symbol><Normal Text> </Normal Text><Types>string</Types><Symbol>;</Symbol><br/>
0024 <Normal Text>        </Normal Text><Reserved>constructor</Reserved><Normal Text>(</Normal Text><Reserved>public</Reserved><Normal Text> </Normal Text><Parameter>firstName</Parameter><Symbol>:</Symbol><Normal Text> </Normal Text><Types>string</Types><Symbol>,</Symbol><Normal Text> </Normal Text><Reserved>public</Reserved><Normal Text> </Normal Text><Parameter>middleInitial</Parameter><Symbol>:</Symbol><Normal Text> </Normal Text><Types>string</Types><Symbol>,</Symbol><Normal Text> </Normal Text><Reserved>public</Reserved><Normal Text> </Normal Text><Parameter>lastName</Parameter><Symbol>:</Symbol><Normal Text> </Normal Text><Types>string</Types><Normal Text>) {</Normal Text><br/>
0025 <Normal Text>            </Normal Text><Keyword>this</Keyword><Symbol>.</Symbol><Object Member>fullName</Object Member><Normal Text> </Normal Text><Symbol>=</Symbol><Normal Text> </Normal Text><Normal Text>firstName </Normal Text><Symbol>+</Symbol><Normal Text> </Normal Text><String>" "</String><Normal Text> </Normal Text><Symbol>+</Symbol><Normal Text> </Normal Text><Normal Text>middleInitial </Normal Text><Symbol>+</Symbol><Normal Text> </Normal Text><String>" "</String><Normal Text> </Normal Text><Symbol>+</Symbol><Normal Text> </Normal Text><Normal Text>lastName</Normal Text><Symbol>;</Symbol><br/>
0026 <Normal Text>        }</Normal Text><br/>
0027 <Normal Text>    }</Normal Text><br/>
0028 <Normal Text>    </Normal Text><Reserved>let</Reserved><Normal Text> </Normal Text><Parameter>a</Parameter><Symbol>:</Symbol><Normal Text> </Normal Text><Types>null</Types><Normal Text> </Normal Text><Symbol>=</Symbol><Normal Text> </Normal Text><Keyword>null</Keyword><Symbol>;</Symbol><br/>
0029 <Normal Text>    </Normal Text><Reserved>let</Reserved><Normal Text> </Normal Text><Parameter>b</Parameter><Symbol>:</Symbol><Normal Text> </Normal Text><Types>number</Types><Normal Text> </Normal Text><Symbol>=</Symbol><Normal Text> </Normal Text><Decimal>12___3</Decimal><Symbol>;</Symbol><br/>
0030 <Normal Text>  </Normal Text><Element></script></Element><br/>
0031 <Normal Text></Normal Text><br/>
0032 <Normal Text>  </Normal Text><Comment><!-- JSX code --></Comment><br/>
0033 <Normal Text>  </Normal Text><Element><script</Element><Attribute> src=</Attribute><Value>"https://unpkg.com/babel-standalone@6/babel.min.js"</Value><Element>></script></Element><br/>
0034 <Normal Text>  </Normal Text><Element><script</Element><Attribute> type=</Attribute><Value>"text/babel"</Value><Element>></Element><br/>
0035 <Normal Text>    </Normal Text><Objects>ReactDOM</Objects><Symbol>.</Symbol><Function Name>render</Function Name><Normal Text>(</Normal Text><br/>
0036 <Normal Text>      </Normal Text><Element Tag><h1></Element Tag><Tag Content Text>Hello, world!</Tag Content Text><Element Tag></h1></Element Tag><Symbol>,</Symbol><br/>
0037 <Normal Text>      </Normal Text><Built-in Objects>document</Built-in Objects><Symbol>.</Symbol><Object Method (Built-in)>getElementById</Object Method (Built-in)><Normal Text>(</Normal Text><String>'root'</String><Normal Text>)</Normal Text><br/>
0038 <Normal Text>    )</Normal Text><Symbol>;</Symbol><br/>
0039 <Normal Text>    </Normal Text><Keyword>function</Keyword><Normal Text> </Normal Text><Function Declaration>Story</Function Declaration><Normal Text>(</Normal Text><Normal Text>props) </Normal Text><Normal Text>{</Normal Text><br/>
0040 <Normal Text>      </Normal Text><Keyword>const</Keyword><Normal Text> </Normal Text><Normal Text>SpecificStory </Normal Text><Symbol>=</Symbol><Normal Text> </Normal Text><Normal Text>components</Normal Text><Normal Text>[</Normal Text><Objects>props</Objects><Symbol>.</Symbol><Object Member>storyType</Object Member><Normal Text>]</Normal Text><Symbol>;</Symbol><br/>
0041 <Normal Text>      </Normal Text><ControlFlow>return </ControlFlow><Component Tag><SpecificStory</Component Tag><Normal Text> </Normal Text><Attribute>story</Attribute><Symbol>=</Symbol><Code Brackets>{</Code Brackets><Normal Text> </Normal Text><Objects>props</Objects><Symbol>.</Symbol><Object Member>story</Object Member><Normal Text> </Normal Text><Code Brackets>}</Code Brackets><Normal Text> </Normal Text><Attribute>attr2</Attribute><Symbol>=</Symbol><Value>"</Value><EntityRef>&ref;</EntityRef><Value>"</Value><Normal Text> </Normal Text><Attribute>attr3</Attribute><Symbol>=</Symbol><Value>"Hello\n"</Value><Normal Text> </Normal Text><Component Tag>/></Component Tag><Symbol>;</Symbol><br/>
0042 <Normal Text>    }</Normal Text><br/>
0043 <Normal Text>  </Normal Text><Element></script></Element><br/>
0044 <Normal Text></Normal Text><br/>
0045 <Normal Text>  </Normal Text><Comment><!-- Mustache/Handlebars --></Comment><br/>
0046 <Normal Text>  </Normal Text><Element><script</Element><Attribute> type=</Attribute><Value>"x-tmpl-mustache"</Value><Element>></Element><br/>
0047 <Normal Text>    </Normal Text><Mustache Block>{{#movie}}</Mustache Block><br/>
0048 <Normal Text>        </Normal Text><Element Tag><div></Element Tag><br/>
0049 <Normal Text>            </Normal Text><Element Tag><h1></Element Tag><Mustache Variable>{{</Mustache Variable><Mustache Inside>title</Mustache Inside><Mustache Variable>}}</Mustache Variable><Element Tag></h1></Element Tag><br/>
0050 <Normal Text>            </Normal Text><Element Tag><img</Element Tag><Attribute> src</Attribute><Symbol>=</Symbol><Value>"</Value><Mustache Variable>{{</Mustache Variable><Mustache Inside>poster</Mustache Inside><Mustache Variable>}}</Mustache Variable><Value>"</Value><Attribute> alt</Attribute><Symbol>=</Symbol><Value>"</Value><Mustache Variable>{{</Mustache Variable><Mustache Inside>title</Mustache Inside><Mustache Variable>}}</Mustache Variable><Value>"</Value><Element Tag>/></Element Tag><br/>
0051 <Normal Text>        </Normal Text><Element Tag></div></Element Tag><br/>
0052 <Normal Text>        </Normal Text><Element Tag><div></Element Tag><br/>
0053 <Normal Text>            Rating - </Normal Text><Mustache Variable>{{</Mustache Variable><Mustache Inside>ratings</Mustache Inside><Symbol>.</Symbol><Mustache Inside>critics_rating</Mustache Inside><Mustache Variable>}}</Mustache Variable><br/>
0054 <Normal Text>        </Normal Text><Element Tag></div></Element Tag><br/>
0055 <Normal Text>    </Normal Text><Mustache Block>{{/movie}}</Mustache Block><br/>
0056 <Normal Text>    </Normal Text><Mustache Block>{{^movie}}</Mustache Block><br/>
0057 <Normal Text>        </Normal Text><Element Tag><div></Element Tag><br/>
0058 <Normal Text>            Movie Does Not Exist :(</Normal Text><br/>
0059 <Normal Text>        </Normal Text><Element Tag></div></Element Tag><br/>
0060 <Normal Text>    </Normal Text><Mustache Block>{{/movie}}</Mustache Block><br/>
0061 <Normal Text>    </Normal Text><Comment>{{! comment }}</Comment><br/>
0062 <Normal Text>  </Normal Text><Element></script></Element><br/>
0063 <Normal Text></Normal Text><br/>
0064 <Normal Text>  </Normal Text><Comment><!-- HTML template --></Comment><br/>
0065 <Normal Text>  </Normal Text><Element><script</Element><Attribute> type=</Attribute><Value>"text/html"</Value><Element>></Element><br/>
0066 <Other Text>    </Other Text><Element><li><a</Element><Attribute> href=</Attribute><Value>"link"</Value><Element>></Element><Other Text>Hello</Other Text><Element></a></li></Element><br/>
0067 <Other Text>  </Other Text><Element></script></Element><br/>
0068 <Normal Text></Normal Text><br/>
0069 <Normal Text>  </Normal Text><Comment><!-- Close the block correctly after "?" in the JavaScript highlighter --></Comment><br/>
0070 <Normal Text>  </Normal Text><Element><script></Element><br/>
0071 <Normal Text>    </Normal Text><Symbol>?</Symbol><br/>
0072 <Normal Text>  </Normal Text><Element></script></Element><br/>
0073 <Normal Text></Normal Text><br/>
0074 <Element></html></Element><br/>
0075 <Comment><!--</Comment><br/>
0076 <Comment></Comment><br/>
0077 <Comment>HTML Syntax Highlight Sample File (Standard)</Comment><br/>
0078 <Comment></Comment><br/>
0079 <Comment>- Follow HTML5 standard.</Comment><br/>
0080 <Comment>- Contain some valid, but not recommended syntax.</Comment><br/>
0081 <Comment>- Can be rendered by modern web browsers.</Comment><br/>
0082 <Comment></Comment><br/>
0083 <Comment>@author Guo Yunhe guoyunhebrave@gmail.com</Comment><br/>
0084 <Comment>@date   2016-09-17</Comment><br/>
0085 <Comment></Comment><br/>
0086 <Comment>--></Comment><br/>
0087 <Normal Text></Normal Text><br/>
0088 <Doctype><!DOCTYPE </Doctype><Other Text>html</Other Text><Doctype>></Doctype><br/>
0089 <Normal Text></Normal Text><br/>
0090 <Element><html></Element><br/>
0091 <Normal Text></Normal Text><br/>
0092 <Element><head></Element><br/>
0093 <Element><meta</Element><Attribute> charset=</Attribute><Value>"utf-8"</Value><Element>></Element><br/>
0094 <Element><title></Element><Normal Text>HTML Syntax Highlight Sample File (Standard)</Normal Text><Element></title></Element><br/>
0095 <Element><link</Element><Attribute> rel=</Attribute><Value>"stylesheet"</Value><Attribute> href=</Attribute><Value>"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"</Value><Attribute> integrity=</Attribute><Value>"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u"</Value><Attribute> crossorigin=</Attribute><Value>"anonymous"</Value><Element>></Element><br/>
0096 <Element><link</Element><Attribute> rel=</Attribute><Value>"stylesheet"</Value><Attribute> href=</Attribute><Value>"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css"</Value><Attribute> integrity=</Attribute><Value>"sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp"</Value><Attribute> crossorigin=</Attribute><Value>"anonymous"</Value><Element>></Element><br/>
0097 <Element><script</Element><Attribute> src=</Attribute><Value>"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"</Value><Attribute> integrity=</Attribute><Value>"sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa"</Value><Attribute> crossorigin=</Attribute><Value>"anonymous"</Value><Element>></script></Element><br/>
0098 <Element></head></Element><br/>
0099 <Normal Text></Normal Text><br/>
0100 <Element><body></Element><br/>
0101 <Normal Text></Normal Text><br/>
0102 <Comment><!-- HTML5 defined elements --></Comment><br/>
0103 <Normal Text></Normal Text><br/>
0104 <Element><div></Element><br/>
0105 <Normal Text>    This is a div. </Normal Text><Element><span></Element><Normal Text>This is a span</Normal Text><Element></span></Element><br/>
0106 <Normal Text>    </Normal Text><Element><div></Element><br/>
0107 <Normal Text>        This is a div.</Normal Text><br/>
0108 <Normal Text>    </Normal Text><Element></div></Element><br/>
0109 <Element></div></Element><br/>
0110 <Normal Text></Normal Text><br/>
0111 <Element><p></Element><br/>
0112 <Normal Text>    This is a paragraph. </Normal Text><Element><em></em></Element><br/>
0113 <Element></p></Element><br/>
0114 <Normal Text></Normal Text><br/>
0115 <Element><h1></Element><Normal Text>This is heading 1</Normal Text><Element></h1></Element><br/>
0116 <Element><h2></Element><Normal Text>This is heading 2</Normal Text><Element></h2></Element><br/>
0117 <Element><h3></Element><Normal Text>This is heading 3</Normal Text><Element></h3></Element><br/>
0118 <Element><h4></Element><Normal Text>This is heading 4</Normal Text><Element></h4></Element><br/>
0119 <Element><h5></Element><Normal Text>This is heading 5</Normal Text><Element></h5></Element><br/>
0120 <Element><h6></Element><Normal Text>This is heading 6</Normal Text><Element></h6></Element><br/>
0121 <Normal Text></Normal Text><br/>
0122 <Element><a</Element><Attribute> href=</Attribute><Value>"http://www.w3schools.com"</Value><Element>></Element><Normal Text>This is a link</Normal Text><Element></a></Element><br/>
0123 <Normal Text></Normal Text><br/>
0124 <Element><br></Element><br/>
0125 <Normal Text></Normal Text><br/>
0126 <Element><img</Element><Attribute> src=</Attribute><Value>"http://placehold.it/200x150"</Value><Attribute> alt=</Attribute><Value>"This is an image"</Value><Attribute> width=</Attribute><Value>"200"</Value><Attribute> height=</Attribute><Value>"150"</Value><Element>></Element><br/>
0127 <Normal Text></Normal Text><br/>
0128 <Element><hr></Element><br/>
0129 <Normal Text></Normal Text><br/>
0130 <Element><ul></Element><br/>
0131 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0132 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0133 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0134 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0135 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0136 <Element></ul></Element><br/>
0137 <Normal Text></Normal Text><br/>
0138 <Element><ol></Element><br/>
0139 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0140 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0141 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0142 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0143 <Normal Text>    </Normal Text><Element><li></Element><Normal Text>List item</Normal Text><Element></li></Element><br/>
0144 <Element></ol></Element><br/>
0145 <Normal Text></Normal Text><br/>
0146 <Element><table></Element><br/>
0147 <Normal Text>    </Normal Text><Element><tr></Element><br/>
0148 <Normal Text>        </Normal Text><Element><th></Element><Normal Text>Table head</Normal Text><Element></th></Element><br/>
0149 <Normal Text>        </Normal Text><Element><th></Element><Normal Text>Table head</Normal Text><Element></th></Element><br/>
0150 <Normal Text>        </Normal Text><Element><th></Element><Normal Text>Table head</Normal Text><Element></th></Element><br/>
0151 <Normal Text>    </Normal Text><Element></tr></Element><br/>
0152 <Normal Text>    </Normal Text><Element><tr></Element><br/>
0153 <Normal Text>        </Normal Text><Element><td></Element><Normal Text>Table head</Normal Text><Element></td></Element><br/>
0154 <Normal Text>        </Normal Text><Element><td></Element><Normal Text>Table head</Normal Text><Element></td></Element><br/>
0155 <Normal Text>        </Normal Text><Element><td></Element><Normal Text>Table head</Normal Text><Element></td></Element><br/>
0156 <Normal Text>    </Normal Text><Element></tr></Element><br/>
0157 <Element></table></Element><br/>
0158 <Normal Text></Normal Text><br/>
0159 <Element><form></Element><br/>
0160 <Normal Text>    </Normal Text><Element><input</Element><Attribute> type=</Attribute><Value>"email"</Value><Attribute> name=</Attribute><Value>"author"</Value><Element>/></Element><br/>
0161 <Normal Text>    </Normal Text><Element><input</Element><Attribute> type=</Attribute><Value>"text"</Value><Attribute> name=</Attribute><Value>"message"</Value><Element>/></Element><br/>
0162 <Normal Text>    </Normal Text><Element><button</Element><Attribute> type=</Attribute><Value>"button"</Value><Element>></Element><Normal Text>Send</Normal Text><Element></button></Element><br/>
0163 <Element></form></Element><br/>
0164 <Normal Text></Normal Text><br/>
0165 <Element><main></Element><br/>
0166 <Normal Text>    </Normal Text><Element><header></Element><Normal Text>This is a header.</Normal Text><Element></header></Element><br/>
0167 <Normal Text></Normal Text><br/>
0168 <Normal Text>    </Normal Text><Element><nav></Element><Normal Text>This is a nav.</Normal Text><Element></nav></Element><br/>
0169 <Normal Text></Normal Text><br/>
0170 <Normal Text>    </Normal Text><Element><article></Element><br/>
0171 <Normal Text>        </Normal Text><Element><h2></Element><Normal Text>This is an article.</Normal Text><Element></h2></Element><br/>
0172 <Normal Text>        </Normal Text><Element><p></Element><Normal Text>This is an article.</Normal Text><Element></p></Element><br/>
0173 <Normal Text>    </Normal Text><Element></article></Element><br/>
0174 <Normal Text></Normal Text><br/>
0175 <Normal Text>    </Normal Text><Element><aside></Element><br/>
0176 <Normal Text>        </Normal Text><Element><h2></Element><Normal Text>This is an aside.</Normal Text><Element></h2></Element><br/>
0177 <Normal Text>    </Normal Text><Element></aside></Element><br/>
0178 <Normal Text></Normal Text><br/>
0179 <Normal Text>    </Normal Text><Element><footer></footer></Element><br/>
0180 <Normal Text></Normal Text><br/>
0181 <Element></main></Element><br/>
0182 <Normal Text></Normal Text><br/>
0183 <Comment><!-- Custom elements --></Comment><br/>
0184 <Normal Text></Normal Text><br/>
0185 <Element><booklist></Element><br/>
0186 <Normal Text>    </Normal Text><Element><book></Element><br/>
0187 <Normal Text>        </Normal Text><Element><booktitle></Element><Normal Text>Just For Fun: The Story of an Accidental Revolutionary</Normal Text><Element></booktitle></Element><br/>
0188 <Normal Text>        </Normal Text><Element><author></Element><Normal Text>Linus Torvalds</Normal Text><Element></author></Element><br/>
0189 <Normal Text>        </Normal Text><Element><description</Element><br/>
0190 <Attribute>            class=</Attribute><Value>"featured"</Value><Attribute> title=</Attribute><Value>"Click to read full text..."</Value><Element>></Element><br/>
0191 <Normal Text>            A humorous autobiography of Linus Torvalds, the creator of the Linux</Normal Text><br/>
0192 <Normal Text>            kernel, co-written with David Diamond. The book primarily theorizes</Normal Text><br/>
0193 <Normal Text>            the Law of Linus that all evolution contributed by humanity starts</Normal Text><br/>
0194 <Normal Text>            for survival, sustains socially and entertains at last. As well as</Normal Text><br/>
0195 <Normal Text>            this the book explains Torvalds' view of himself, the free software</Normal Text><br/>
0196 <Normal Text>            movement and the development of Linux.</Normal Text><Element></description></Element><br/>
0197 <Normal Text>    </Normal Text><Element></book></Element><br/>
0198 <Element></booklist></Element><br/>
0199 <Normal Text></Normal Text><br/>
0200 <Element><large-space/></Element><br/>
0201 <Normal Text></Normal Text><br/>
0202 <Comment><!-- Ends for single tag elements --></Comment><br/>
0203 <Element><br></Element><br/>
0204 <Element><br/></Element><br/>
0205 <Element><br</Element><Other Text> </Other Text><Element>/></Element><br/>
0206 <Element><br></br></Element><br/>
0207 <Normal Text></Normal Text><br/>
0208 <Comment><!-- Uppercase elements --></Comment><br/>
0209 <Normal Text></Normal Text><br/>
0210 <Element><DIV></Element><br/>
0211 <Normal Text>    THIS IS A DIV.</Normal Text><br/>
0212 <Normal Text>    </Normal Text><Element><P></Element><Normal Text>THIS IS A PARAGRAPH.</Normal Text><Element></P></Element><br/>
0213 <Normal Text>    </Normal Text><Element><H2></Element><Normal Text>THIS IS A HEADING.</Normal Text><Element></H2></Element><br/>
0214 <Element></DIV></Element><br/>
0215 <Normal Text></Normal Text><br/>
0216 <Comment><!-- Arrtibutes --></Comment><br/>
0217 <Normal Text></Normal Text><br/>
0218 <Element><a</Element><Attribute> href=</Attribute><Value>"#"</Value><Attribute> style=</Attribute><Value>"background-color:rgba(0,0,0,0.3)"</Value><Attribute> title=</Attribute><Value>"Click me"</Value><Element>></Element><Normal Text>Magic button</Normal Text><Element></a></Element><br/>
0219 <Normal Text></Normal Text><br/>
0220 <Element><img</Element><Attribute> src=</Attribute><Value>"http://placehold.it/200x150"</Value><Attribute> alt=</Attribute><Value>"This is an image"</Value><Attribute> width=</Attribute><Value>"200"</Value><br/>
0221 <Attribute>     height=</Attribute><Value>"150"</Value><Attribute> title=</Attribute><Value>"This is an image"</Value><Element>></Element><br/>
0222 <Normal Text></Normal Text><br/>
0223 <Comment><!-- Attribute without value --></Comment><br/>
0224 <Normal Text></Normal Text><br/>
0225 <Element><select></Element><br/>
0226 <Normal Text>    </Normal Text><Element><option</Element><Attribute> selected</Attribute><Element>></Element><Normal Text>GNU/Linux</Normal Text><Element></option></Element><br/>
0227 <Normal Text>    </Normal Text><Element><option></Element><Normal Text>BSD</Normal Text><Element></option></Element><br/>
0228 <Normal Text>    </Normal Text><Element><option></Element><Normal Text>Windows</Normal Text><Element></option></Element><br/>
0229 <Normal Text>    </Normal Text><Element><option></Element><Normal Text>macOS</Normal Text><Element></option></Element><br/>
0230 <Element></select></Element><br/>
0231 <Normal Text></Normal Text><br/>
0232 <Comment><!-- Attribute without quotes --></Comment><br/>
0233 <Normal Text></Normal Text><br/>
0234 <Element><div</Element><Attribute> id=</Attribute><Value>name</Value><Attribute> class=</Attribute><Value>a-sweet-block</Value><Attribute> data-counter=</Attribute><Value>175</Value><Element>></Element><Normal Text>This is a div.</Normal Text><Element></div></Element><br/>
0235 <Normal Text></Normal Text><br/>
0236 <Element></body></Element><br/>
0237 <Normal Text></Normal Text><br/>
0238 <Element></html></Element><br/>