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