Bad_Practices
stringlengths
7
42
Good_Practices
stringlengths
11
44
<a href=width:100px>Content</a>
<a href='width:100px'>Content</a>
<li id=width:100px>Hello</li>
<li id='width:100px'>Hello</li>
<li><h1>Content</li></h1>
<h1><li>Content</li></h1>
<td src=description>Title</td>
<td src='description'>Title</td>
<tr alt=width:100px>Data</tr>
<tr alt='width:100px'>Data</tr>
<p href='description'>Text
<p href='description'>Text</p>
<a id='width:100px'>Content
<a id='width:100px'>Content</a>
<h1><h2>Text</h1></h2>
<h2><h1>Text</h1></h2>
<li href=link.html>Link</li>
<li href='link.html'>Link</li>
<ul><span>Title</ul></span>
<span><ul>Title</ul></span>
<ul alt='description'>List Item
<ul alt='description'>List Item</ul>
<h1><table>Text</h1></table>
<table><h1>Text</h1></table>
<p><td>Title</p></td>
<td><p>Title</p></td>
<ul style=container>Link</ul>
<ul style='container'>Link</ul>
<p id='image.jpg'>Title
<p id='image.jpg'>Title</p>
<ul><div>List Item</ul></div>
<div><ul>List Item</ul></div>
<p><h1>Title</p></h1>
<h1><p>Title</p></h1>
<h2 href='description'>Link
<h2 href='description'>Link</h2>
<td style='description'>Text
<td style='description'>Text</td>
<h1><a>Link</h1></a>
<a><h1>Link</h1></a>
<td id=width:100px>Link</td>
<td id='width:100px'>Link</td>
<h3 style='image.jpg'>Title
<h3 style='image.jpg'>Title</h3>
<ul style='container'>Title
<ul style='container'>Title</ul>
<li alt=image.jpg>Content</li>
<li alt='image.jpg'>Content</li>
<div class='description'>Hello
<div class='description'>Hello</div>
<table><td>Text</table></td>
<td><table>Text</table></td>
<h3 alt='container'>List Item
<h3 alt='container'>List Item</h3>
<h3 class='container'>Text
<h3 class='container'>Text</h3>
<td style=image.jpg>Text</td>
<td style='image.jpg'>Text</td>
<tr class=header>Content</tr>
<tr class='header'>Content</tr>
<h3 src=container>Data</h3>
<h3 src='container'>Data</h3>
<h1 href='header'>Content
<h1 href='header'>Content</h1>
<h2 alt='header'>Title
<h2 alt='header'>Title</h2>
<td><p>Data</td></p>
<p><td>Data</td></p>
<p alt=description>Data</p>
<p alt='description'>Data</p>
<ul><h2>Title</ul></h2>
<h2><ul>Title</ul></h2>
<span><h2>Data</span></h2>
<h2><span>Data</span></h2>
<tr class='description'>Content
<tr class='description'>Content</tr>
<table alt=image.jpg>Link</table>
<table alt='image.jpg'>Link</table>
<p src=description>List Item</p>
<p src='description'>List Item</p>
<a href='description'>Hello
<a href='description'>Hello</a>
<h2><td>Hello</h2></td>
<td><h2>Hello</h2></td>
<a style=image.jpg>List Item</a>
<a style='image.jpg'>List Item</a>
<table src='header'>Content
<table src='header'>Content</table>
<tr><h2>Content</tr></h2>
<h2><tr>Content</tr></h2>
<tr><h3>List Item</tr></h3>
<h3><tr>List Item</tr></h3>
<span src='header'>Title
<span src='header'>Title</span>
<ul style=link.html>List Item</ul>
<ul style='link.html'>List Item</ul>
<h3 src='image.jpg'>Title
<h3 src='image.jpg'>Title</h3>
<tr id='header'>List Item
<tr id='header'>List Item</tr>
<h1 style='link.html'>Data
<h1 style='link.html'>Data</h1>
<h3><table>Hello</h3></table>
<table><h3>Hello</h3></table>
<h3><table>Data</h3></table>
<table><h3>Data</h3></table>
<h1 alt='description'>Content
<h1 alt='description'>Content</h1>
<li src=description>Link</li>
<li src='description'>Link</li>
<tr src=container>Hello</tr>
<tr src='container'>Hello</tr>
<p src=link.html>Title</p>
<p src='link.html'>Title</p>
<a id=width:100px>Content</a>
<a id='width:100px'>Content</a>
<li><ul>Content</li></ul>
<ul><li>Content</li></ul>
<h2 style='image.jpg'>Text
<h2 style='image.jpg'>Text</h2>
<span src=description>Title</span>
<span src='description'>Title</span>
<div style=image.jpg>Text</div>
<div style='image.jpg'>Text</div>
<span><div>Content</span></div>
<div><span>Content</span></div>
<ul><a>Content</ul></a>
<a><ul>Content</ul></a>
<table><ul>Hello</table></ul>
<ul><table>Hello</table></ul>
<p href=header>Content</p>
<p href='header'>Content</p>
<a>Text
<a>Text</a>
<span alt='header'>Text
<span alt='header'>Text</span>
<table src=container>Hello</table>
<table src='container'>Hello</table>
<span id=link.html>Data</span>
<span id='link.html'>Data</span>
<table src=link.html>Content</table>
<table src='link.html'>Content</table>
<table href='link.html'>Hello
<table href='link.html'>Hello</table>
<p><h1>Link</p></h1>
<h1><p>Link</p></h1>
<p href='image.jpg'>Content
<p href='image.jpg'>Content</p>
<a href='description'>Content
<a href='description'>Content</a>
<h2 src=image.jpg>Data</h2>
<h2 src='image.jpg'>Data</h2>
<h2 alt='width:100px'>List Item
<h2 alt='width:100px'>List Item</h2>
<td href='image.jpg'>Title
<td href='image.jpg'>Title</td>
<tr src='description'>Text
<tr src='description'>Text</tr>
<a src='container'>Link
<a src='container'>Link</a>
<div><h1>Text</div></h1>
<h1><div>Text</div></h1>
<a alt=container>Title</a>
<a alt='container'>Title</a>
<h1 id=image.jpg>Title</h1>
<h1 id='image.jpg'>Title</h1>
<p src=container>Data</p>
<p src='container'>Data</p>
<h3 src=width:100px>Title</h3>
<h3 src='width:100px'>Title</h3>
<h1><tr>Text</h1></tr>
<tr><h1>Text</h1></tr>
<h2 style=header>Hello</h2>
<h2 style='header'>Hello</h2>
<tr alt=image.jpg>Text</tr>
<tr alt='image.jpg'>Text</tr>
<table id='container'>Content
<table id='container'>Content</table>
<h3 class=description>Text</h3>
<h3 class='description'>Text</h3>
<span style='image.jpg'>List Item
<span style='image.jpg'>List Item</span>
<div class='container'>Content
<div class='container'>Content</div>
<h2><h3>Hello</h2></h3>
<h3><h2>Hello</h2></h3>
<span><tr>Link</span></tr>
<tr><span>Link</span></tr>
<a alt=image.jpg>Data</a>
<a alt='image.jpg'>Data</a>
<h1><a>Title</h1></a>
<a><h1>Title</h1></a>
<h1><h3>Link</h1></h3>
<h3><h1>Link</h1></h3>
<h2 class='description'>Title
<h2 class='description'>Title</h2>
<td><h2>Link</td></h2>
<h2><td>Link</td></h2>
<p class=description>Data</p>
<p class='description'>Data</p>