Semantic HTML5 tags

by sjmcpherson

HTML

<bdo dir="rtl">This text will go right-to-left.</bdo>  
<br/><br/>
Highlight the <mark>search term</mark>    
<br/><br/>
<keygen></keygen>   
<br/><br/>
<abbr title="laugh out loud">lol</abbr> for Abbreviations
<br/><br/>
For inline quotes use <q>the &lt;q&gt; tag</q>
<br/><br/>
<blockquote>For block quotes</blockquote>
<br/><br/>
<time datetime="2013-10-05 22:00">10/05/13 at 10 PM</time>

JavaScript

console.log(document);
console.log(window);
console.log(location);