Skip to content

Instantly share code, notes, and snippets.

@taylortom
Last active January 18, 2024 13:10
Show Gist options
  • Save taylortom/3cda38de62bc2b5d8de74cbfcae775cb to your computer and use it in GitHub Desktop.
Save taylortom/3cda38de62bc2b5d8de74cbfcae775cb to your computer and use it in GitHub Desktop.
<!-- Text Content Elements -->
<div
aria-describedby="ariadescribedby"
aria-description="ariadescription"
aria-label="arialabel"
aria-hidden="false"
class="test"
role="region"
tabindex="0">
div
</div>
<p lang="en-GB">
p
</p>
<blockquote cite="https://www.huxley.net/bnw/four.html">
blockquote
</blockquote>
<dl>
<dt>dl - dt</dt>
<dd>dl - dd</dd>
</dl>
<figure>
<img src="https://raw.githubusercontent.com/adaptlearning/documentation/master/04_wiki_assets/adapt_framework/adapt-logo_208x200.gif" alt="Adapt Learning logo" />
<figcaption>figcaption</figcaption>
</figure>
<ul>
<li>Unordered</li>
<li>List</li>
</ul>
<ol>
<li>Ordered</li>
<li>List</li>
</ol>
<menu>
<li><button id="one">Menu one</button></li>
<li><button id="two">Menu two</button></li>
</menu>
<pre>
pre
</pre>
<hr />
<!-- Inline Text Elements -->
<a href="https://adaptlearning.org" target="_blank">a</a>
<abbr>abbr</abbr>
<b class="term">b</b>
<bdi class="name">bdi</bdi>
<bdo dir="ltr">bdo</bdo>
<cite>cite</cite>
<code>code</code>
<data value="1">data</data>
<dfn id="def-validator">dfn</dfn>
<em>em</em>
<i>i</i>
<kbd>kbd</kbd>
<mark>mark</mark>
<q cite="https://adaptlearning.org">q</q>
<ruby>漢<rp>(</rp><rt>kan</rt><rp>)</rp></ruby>
<s>s</s>
<samp>samp</samp>
<small>small</small>
<span class="test">span</span>
<strong>strong</strong>
<sub>sub</sub>
<sup>sup</sup>
<time datetime="22:35">22:35</time>
<u>u</u>
<var>var</var>
wbr<wbr />wbr
<br />
<hr />
<!-- Miscellaneous Elements -->
<aside class="aside-pull-quote" role="doc-pullquote presentation" aria-hidden="true">
aside
</aside>
<link rel="stylesheet" href="style.css" title="Title" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment