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