Input
stringlengths 4
46
| Instruction
stringclasses 1
value | Output
stringlengths 17
122
|
|---|---|---|
<img src=\"logo.png\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<img src=\"logo.png\" alt=\"Company Logo\">
|
<a href=\"page.html\">Click here</a>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<a href=\"page.html\" title=\"Go to Page\">Click here</a>
|
<button>Submit</button>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<button aria-label=\"Submit form\">Submit</button>
|
<div role=\"button\">Submit</div>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<div role=\"button\" tabindex=\"0\" aria-label=\"Submit form\">Submit</div>
|
<iframe src=\"video.html\"></iframe>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<iframe src=\"video.html\" title=\"Video player\"></iframe>
|
<table><tr><td>Content</td></tr></table>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<table role=\"presentation\"><tr><td>Content</td></tr></table>
|
<form><input type=\"text\"></form>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<form><label for=\"text-input\">Name</label><input id=\"text-input\" type=\"text\"></form>
|
<input type=\"text\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<input type=\"text\" aria-label=\"Text input field\">
|
<audio controls></audio>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<audio controls aria-label=\"Audio player\"></audio>
|
<video controls></video>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<video controls aria-label=\"Video player\"></video>
|
<div><h1>Header</h1><p>Paragraph</p></div>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<section><h1>Header</h1><p>Paragraph</p></section>
|
<span>Tooltip</span>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<span role=\"tooltip\">Tooltip</span>
|
<ul><li>Item</li></ul>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<ul><li aria-label=\"List item\">Item</li></ul>
|
<nav>Menu</nav>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<nav aria-label=\"Main menu\">Menu</nav>
|
<select><option>Option</option></select>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<select aria-label=\"Dropdown menu\"><option>Option</option></select>
|
<textarea></textarea>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<textarea aria-label=\"Text area\"></textarea>
|
<header>Header</header>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<header role=\"banner\">Header</header>
|
<footer>Footer</footer>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<footer role=\"contentinfo\">Footer</footer>
|
<input type=\"checkbox\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<input type=\"checkbox\" aria-label=\"Checkbox\">
|
<input type=\"radio\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<input type=\"radio\" aria-label=\"Radio button\">
|
<progress></progress>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<progress aria-label=\"Progress bar\"></progress>
|
<label></label>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<label aria-label=\"Label text\"></label>
|
<abbr title=\"World Wide Web\">WWW</abbr>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<abbr title=\"World Wide Web\">WWW</abbr>
|
<blockquote>Quote</blockquote>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<blockquote cite=\"source\">Quote</blockquote>
|
<cite>Citation</cite>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<cite>Citation</cite>
|
<code>Code</code>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<code>Code</code>
|
<pre>Preformatted text</pre>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<pre aria-label=\"Preformatted text\">Preformatted text</pre>
|
<q>Quote</q>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<q cite=\"source\">Quote</q>
|
<dfn>Definition</dfn>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<dfn>Definition</dfn>
|
<kbd>Keyboard input</kbd>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<kbd aria-label=\"Keyboard input\">Keyboard input</kbd>
|
<samp>Sample output</samp>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<samp aria-label=\"Sample output\">Sample output</samp>
|
<var>Variable</var>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<var aria-label=\"Variable\">Variable</var>
|
<time>10:00</time>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<time datetime=\"10:00\">10:00</time>
|
<figure><img src=\"image.png\"></figure>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<figure><img src=\"image.png\" alt=\"Description\"><figcaption>Image caption</figcaption></figure>
|
<mark>Highlight</mark>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<mark aria-label=\"Highlight\">Highlight</mark>
|
<wbr>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<wbr aria-label=\"Word break\">
|
<bdo dir=\"rtl\">Text</bdo>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<bdo dir=\"rtl\" aria-label=\"Right to left text\">Text</bdo>
|
<ins>Inserted text</ins>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<ins aria-label=\"Inserted text\">Inserted text</ins>
|
<del>Deleted text</del>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<del aria-label=\"Deleted text\">Deleted text</del>
|
<b>Bold text</b>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<b aria-label=\"Bold text\">Bold text</b>
|
<i>Italic text</i>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<i aria-label=\"Italic text\">Italic text</i>
|
<strong>Strong text</strong>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<strong aria-label=\"Strong text\">Strong text</strong>
|
<em>Emphasized text</em>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<em aria-label=\"Emphasized text\">Emphasized text</em>
|
<small>Small text</small>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<small aria-label=\"Small text\">Small text</small>
|
<sup>Superscript</sup>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<sup aria-label=\"Superscript\">Superscript</sup>
|
<sub>Subscript</sub>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<sub aria-label=\"Subscript\">Subscript</sub>
|
<ruby>Ruby annotation</ruby>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<ruby aria-label=\"Ruby annotation\">Ruby annotation</ruby>
|
<rp>(</rp><rt>Text</rt><rp>)</rp>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<rp aria-label=\"Ruby parenthesis\">(</rp><rt aria-label=\"Ruby text\">Text</rt><rp aria-label=\"Ruby parenthesis\">)</rp>
|
<rt>Text</rt>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<rt aria-label=\"Ruby text\">Text</rt>
|
<address>Contact info</address>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<address aria-label=\"Contact information\">Contact info</address>
|
<figcaption>Image caption</figcaption>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<figcaption aria-label=\"Image caption\">Image caption</figcaption>
|
<legend>Fieldset legend</legend>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<legend aria-label=\"Fieldset legend\">Fieldset legend</legend>
|
<caption>Table caption</caption>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<caption aria-label=\"Table caption\">Table caption</caption>
|
<datalist></datalist>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<datalist aria-label=\"Data list\"></datalist>
|
<optgroup></optgroup>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<optgroup aria-label=\"Option group\"></optgroup>
|
<option>Option</option>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<option aria-label=\"Option\">Option</option>
|
<output></output>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<output aria-label=\"Output\"></output>
|
<details></details>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<details aria-label=\"Details\"></details>
|
<summary>Summary</summary>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<summary aria-label=\"Summary\">Summary</summary>
|
<dialog></dialog>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<dialog aria-label=\"Dialog\"></dialog>
|
<menu></menu>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<menu aria-label=\"Menu\"></menu>
|
<menuitem></menuitem>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<menuitem aria-label=\"Menu item\"></menuitem>
|
<picture><source src=\"image.png\"></picture>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<picture><source src=\"image.png\" aria-label=\"Picture source\"></picture>
|
<source src=\"audio.mp3\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<source src=\"audio.mp3\" aria-label=\"Audio source\">
|
<track src=\"subtitles.vtt\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<track src=\"subtitles.vtt\" label=\"English subtitles\">
|
<bdi>Bi-directional text</bdi>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<bdi aria-label=\"Bi-directional text\">Bi-directional text</bdi>
|
<div>Content</div>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<div role=\"document\">Content</div>
|
<span>Inline text</span>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<span role=\"text\">Inline text</span>
|
<hr>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<hr aria-label=\"Horizontal rule\">
|
<br>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<br aria-label=\"Line break\">
|
<ol><li>Item</li></ol>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<ol><li aria-label=\"Ordered list item\">Item</li></ol>
|
<dl><dt>Term</dt><dd>Definition</dd></dl>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<dl aria-label=\"Definition list\"><dt>Term</dt><dd>Definition</dd></dl>
|
<h1>Header</h1>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<h1 aria-label=\"Heading level 1\">Header</h1>
|
<h2>Subheader</h2>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<h2 aria-label=\"Heading level 2\">Subheader</h2>
|
<h3>Sub-subheader</h3>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<h3 aria-label=\"Heading level 3\">Sub-subheader</h3>
|
<h4>Title</h4>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<h4 aria-label=\"Heading level 4\">Title</h4>
|
<h5>Subtitle</h5>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<h5 aria-label=\"Heading level 5\">Subtitle</h5>
|
<h6>Note</h6>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<h6 aria-label=\"Heading level 6\">Note</h6>
|
<main>Content</main>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<main aria-label=\"Main content\">Content</main>
|
<article>Article content</article>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<article aria-label=\"Article content\">Article content</article>
|
<section>Section content</section>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<section aria-label=\"Section content\">Section content</section>
|
<aside>Aside content</aside>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<aside aria-label=\"Aside content\">Aside content</aside>
|
<form></form>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<form aria-label=\"Form\"></form>
|
<fieldset></fieldset>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<fieldset aria-label=\"Field set\"></fieldset>
|
<div aria-hidden=\"true\"></div>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<div aria-hidden=\"true\" tabindex=\"-1\"></div>
|
<label for=\"input\"></label>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<label for=\"input\" aria-label=\"Input label\"></label>
|
<ul><li>Item</li></ul>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<ul aria-label=\"Unordered list\"><li>Item</li></ul>
|
<nav>Navigation</nav>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<nav aria-label=\"Navigation menu\">Navigation</nav>
|
<input type=\"text\" placeholder=\"Name\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<input type=\"text\" placeholder=\"Name\" aria-label=\"Name input field\">
|
<input type=\"number\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<input type=\"number\" aria-label=\"Number input field\">
|
<button>Click me</button>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<button aria-label=\"Click me button\">Click me</button>
|
<map name=\"map\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<map name=\"map\" aria-label=\"Image map\">
|
<area shape=\"rect\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<area shape=\"rect\" alt=\"Area description\">
|
<table>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<table aria-label=\"Data table\">
|
<th>Header</th>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<th scope=\"col\">Header</th>
|
<td>Data</td>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<td aria-label=\"Data cell\">Data</td>
|
<caption>Table title</caption>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<caption aria-label=\"Table title\">Table title</caption>
|
<img src=\"example.jpg\">
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<img src=\"example.jpg\" alt=\"Example image\">
|
<video src=\"movie.mp4\"></video>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<video src=\"movie.mp4\" aria-label=\"Movie player\"></video>
|
<audio src=\"audio.mp3\"></audio>
|
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
<audio src=\"audio.mp3\" aria-label=\"Audio player\"></audio>
|
End of preview. Expand
in Data Studio
YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/datasets-cards)
license: apache-2.0 task_categories:
- question-answering language:
- en tags:
- code pretty_name: WallyAI size_categories:
- 100B<n<1T
- Downloads last month
- 2