Bad_Practices
stringlengths 7
42
| Good_Practices
stringlengths 11
44
|
---|---|
<li href=image.jpg>Link</li>
|
<li href='image.jpg'>Link</li>
|
<h2 alt=width:100px>Data</h2>
|
<h2 alt='width:100px'>Data</h2>
|
<div src='description'>Content
|
<div src='description'>Content</div>
|
<td style=width:100px>List Item</td>
|
<td style='width:100px'>List Item</td>
|
<table class='width:100px'>Text
|
<table class='width:100px'>Text</table>
|
<span class=width:100px>Data</span>
|
<span class='width:100px'>Data</span>
|
<a class=width:100px>Data</a>
|
<a class='width:100px'>Data</a>
|
<h1 class=header>Content</h1>
|
<h1 class='header'>Content</h1>
|
<td href=header>List Item</td>
|
<td href='header'>List Item</td>
|
<table id='container'>Link
|
<table id='container'>Link</table>
|
<span alt=width:100px>Content</span>
|
<span alt='width:100px'>Content</span>
|
<span src='description'>Content
|
<span src='description'>Content</span>
|
<p class='container'>Hello
|
<p class='container'>Hello</p>
|
<td src='container'>Data
|
<td src='container'>Data</td>
|
<p id=header>Content</p>
|
<p id='header'>Content</p>
|
<tr style='header'>Link
|
<tr style='header'>Link</tr>
|
<p href='header'>Content
|
<p href='header'>Content</p>
|
<h1 src='width:100px'>Data
|
<h1 src='width:100px'>Data</h1>
|
<li href='description'>List Item
|
<li href='description'>List Item</li>
|
<table href=link.html>Link</table>
|
<table href='link.html'>Link</table>
|
<h2 style=width:100px>List Item</h2>
|
<h2 style='width:100px'>List Item</h2>
|
<a style=description>Link</a>
|
<a style='description'>Link</a>
|
<h1 class='width:100px'>Data
|
<h1 class='width:100px'>Data</h1>
|
<div style='header'>Content
|
<div style='header'>Content</div>
|
<h1 alt=header>Content</h1>
|
<h1 alt='header'>Content</h1>
|
<ul href=description>Content</ul>
|
<ul href='description'>Content</ul>
|
<td id=link.html>Link</td>
|
<td id='link.html'>Link</td>
|
<h3 href='header'>List Item
|
<h3 href='header'>List Item</h3>
|
<td class=container>List Item</td>
|
<td class='container'>List Item</td>
|
<span href=link.html>Data</span>
|
<span href='link.html'>Data</span>
|
<h3 href=link.html>Link</h3>
|
<h3 href='link.html'>Link</h3>
|
<tr id='width:100px'>Title
|
<tr id='width:100px'>Title</tr>
|
<h3 class='description'>List Item
|
<h3 class='description'>List Item</h3>
|
<td src=width:100px>List Item</td>
|
<td src='width:100px'>List Item</td>
|
<td class=link.html>List Item</td>
|
<td class='link.html'>List Item</td>
|
<li style=description>Content</li>
|
<li style='description'>Content</li>
|
<li class='header'>Link
|
<li class='header'>Link</li>
|
<h2 alt=header>List Item</h2>
|
<h2 alt='header'>List Item</h2>
|
<h1 href='link.html'>Content
|
<h1 href='link.html'>Content</h1>
|
<p style='description'>Title
|
<p style='description'>Title</p>
|
<table alt=width:100px>Title</table>
|
<table alt='width:100px'>Title</table>
|
<li href='image.jpg'>Title
|
<li href='image.jpg'>Title</li>
|
<div src=link.html>Link</div>
|
<div src='link.html'>Link</div>
|
<a src=width:100px>Content</a>
|
<a src='width:100px'>Content</a>
|
<ul id='container'>Data
|
<ul id='container'>Data</ul>
|
<table alt=link.html>Data</table>
|
<table alt='link.html'>Data</table>
|
<tr id='width:100px'>Text
|
<tr id='width:100px'>Text</tr>
|
<li id='width:100px'>Link
|
<li id='width:100px'>Link</li>
|
<h2 id='link.html'>Text
|
<h2 id='link.html'>Text</h2>
|
<h1 href=link.html>Content</h1>
|
<h1 href='link.html'>Content</h1>
|
<table href='container'>Data
|
<table href='container'>Data</table>
|
<td src=width:100px>Content</td>
|
<td src='width:100px'>Content</td>
|
<a class='header'>Text
|
<a class='header'>Text</a>
|
<h2 class=description>Link</h2>
|
<h2 class='description'>Link</h2>
|
<p class='header'>Data
|
<p class='header'>Data</p>
|
<a class=link.html>Hello</a>
|
<a class='link.html'>Hello</a>
|
<li src='width:100px'>Content
|
<li src='width:100px'>Content</li>
|
<tr src=container>Link</tr>
|
<tr src='container'>Link</tr>
|
<tr style=header>Title</tr>
|
<tr style='header'>Title</tr>
|
<li alt=image.jpg>Text</li>
|
<li alt='image.jpg'>Text</li>
|
<table id=description>Data</table>
|
<table id='description'>Data</table>
|
<h1 id='description'>Content
|
<h1 id='description'>Content</h1>
|
<tr class='container'>Link
|
<tr class='container'>Link</tr>
|
<ul href='header'>Hello
|
<ul href='header'>Hello</ul>
|
<li id=description>List Item</li>
|
<li id='description'>List Item</li>
|
<p href='width:100px'>Link
|
<p href='width:100px'>Link</p>
|
<span id='image.jpg'>Link
|
<span id='image.jpg'>Link</span>
|
<div href='header'>Data
|
<div href='header'>Data</div>
|
<td alt=width:100px>Text</td>
|
<td alt='width:100px'>Text</td>
|
<a class='container'>List Item
|
<a class='container'>List Item</a>
|
<p src=link.html>Link</p>
|
<p src='link.html'>Link</p>
|
<ul alt='link.html'>Link
|
<ul alt='link.html'>Link</ul>
|
<div alt='header'>List Item
|
<div alt='header'>List Item</div>
|
<td id='header'>Content
|
<td id='header'>Content</td>
|
<a style=link.html>Content</a>
|
<a style='link.html'>Content</a>
|
<h1 src='image.jpg'>Data
|
<h1 src='image.jpg'>Data</h1>
|
<li alt='description'>Data
|
<li alt='description'>Data</li>
|
<h3 src=image.jpg>Text</h3>
|
<h3 src='image.jpg'>Text</h3>
|
<span href='width:100px'>Text
|
<span href='width:100px'>Text</span>
|
<p href='width:100px'>Text
|
<p href='width:100px'>Text</p>
|
<li href='container'>Link
|
<li href='container'>Link</li>
|
<table src='description'>Content
|
<table src='description'>Content</table>
|
<table src=width:100px>Data</table>
|
<table src='width:100px'>Data</table>
|
<span href='description'>Link
|
<span href='description'>Link</span>
|
<h2 id='description'>Link
|
<h2 id='description'>Link</h2>
|
<a id=container>Text</a>
|
<a id='container'>Text</a>
|
<li class='description'>Data
|
<li class='description'>Data</li>
|
<span src='link.html'>Content
|
<span src='link.html'>Content</span>
|
<li alt='image.jpg'>List Item
|
<li alt='image.jpg'>List Item</li>
|
<tr src=description>Data</tr>
|
<tr src='description'>Data</tr>
|
<span src='description'>List Item
|
<span src='description'>List Item</span>
|
<a href=header>Text</a>
|
<a href='header'>Text</a>
|
<td src=link.html>Link</td>
|
<td src='link.html'>Link</td>
|
<span class='description'>Link
|
<span class='description'>Link</span>
|
<tr style='link.html'>Content
|
<tr style='link.html'>Content</tr>
|
<h3 style=image.jpg>Content</h3>
|
<h3 style='image.jpg'>Content</h3>
|
<p src=description>Text</p>
|
<p src='description'>Text</p>
|
<td href='header'>Data
|
<td href='header'>Data</td>
|
<table alt='link.html'>List Item
|
<table alt='link.html'>List Item</table>
|
<h1 href='width:100px'>List Item
|
<h1 href='width:100px'>List Item</h1>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.