| <html>
|   <head>
|   <body>
|     <b>
|     <p>
|       <b>
|         "Bold "
|       " Not bold"
|     "Also not bold."

| <html>
|   <head>
|   <body>
|     <font>
|       color="red"
|       <i>
|         "Italic and Red"
|     <i>
|       <p>
|         <font>
|           color="red"
|           "Italic and Red "
|         " Just italic."
|       " Italic only."
|     " Plain"
|     <p>
|       "I should not be red. "
|       <font>
|         color="red"
|         "Red. "
|         <i>
|           "Italic and red."
|     <p>
|       <font>
|         color="red"
|         <i>
|           "Italic and red. "
|         " Red."
|       " I should not be red."
|     <b>
|       "Bold "
|       <i>
|         "Bold and italic"
|     <i>
|       " Only Italic "
|     " Plain"

| <html>
|   <head>
|   <body>
|     <p>
|       <font>
|         size="7"
|         "First paragraph."
|     <p>
|       <font>
|         size="7"
|         "Second paragraph."
|     <b>
|     <p>
|       <b>
|         <i>
|           "Bold and Italic"
|       <i>
|         " Italic"

| <html>
|   <head>
|   <body>
|     <dl>
|       <dt>
|         <b>
|           "Boo"
|       <dd>
|         <b>
|           "Goo?"

| <html>
|   <head>
|   <body>
|     <label>
|       <a>
|       <div>
|         <a>
|           "Hello"
|           <div>
|             "World"
|         "  "

| <html>
|   <head>
|   <body>
|     <center>
|       " "
|       <font>
|         "a"
|     <font>
|       <img>
|       " "
|     <table>
|       " "
|       <tbody>
|         <tr>
|           <td>
|             " "
|           " "
|         " "

| <html>
|   <head>
|   <body>
|     <p>
|       <a>
|     <p>
|       <a>
|         "You should see this text."
|     <table>
|       <tbody>
|         <tr>

| <html>
|   <head>
|   <body>
|     <center>
|       <center>
|     <font>
|     <table>
|       <tbody>
|         <tr>
|           <td>
|         <tr>
|     <table>
|       <tbody>
|         <tr>
|     <font>
|       <p>
|       <a>
|     <a>
|       <font>
|     <font>
|       "This page contains an insanely badly-nested tag sequence."

| <html>
|   <head>
|   <body>
|     <b>
|       <nobr>
|     <div>
|       <b>
|         <nobr>
|           "This text is in a div inside a nobr"
|         "More text that should not be in the nobr, i.e., thenobr should have closed the div inside it implicitly. "
|       <pre>
|         "A pre tag outside everything else."

