Skip to content

Instantly share code, notes, and snippets.

@rgieseke
Last active January 1, 2016 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgieseke/8088593 to your computer and use it in GitHub Desktop.
Save rgieseke/8088593 to your computer and use it in GitHub Desktop.
<!doctype HTML>
<meta charset="utf-8">
<style>
body {
width: 400px;
}
</style>
<style type="text/css">
body {
width: 400px;
}
</style>
<style type="text/css" media="print">
body {
width: 200px;
}
</style>
<body>
<!-- Deprecated -->
<acronym>
<applet>
<basefont>
<bgsound>
<big>
<blink>
<center>
<dir>
<font>
<frame>
<frameset>
<hgroup>
<isindex>
<listing>
<marquee>
<nobr>
<noframes>
<plaintext>
<spacer>
<strike>
<tt>
<xmp>
<!-- All tags -->
<a>
<abbr>
<acronym>
<address>
<applet>
<area>
<article>
<aside>
<audio>
<b>
<base>
<basefont>
<bdi>
<bdo>
<bgsound>
<big>
<blink>
<blockquote>
<body>
<br>
<button>
<canvas>
<caption>
<center>
<cite>
<code>
<col>
<colgroup>
<content>
<data>
<datalist>
<dd>
<decorator>
<del>
<details>
<dfn>
<dir>
<div>
<dl>
<dt>
<element>
<em>
<embed>
<fieldset>
<figcaption>
<figure>
<font>
<footer>
<form>
<frame>
<frameset>
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
<head>
<header>
<hgroup>
<hr>
<html>
<i>
<iframe>
<img>
<input>
<ins>
<isindex>
<kbd>
<keygen>
<label>
<legend>
<li>
<link>
<listing>
<main>
<map>
<mark>
<marquee>
<menu>
<menuitem>
<meta>
<meter>
<nav>
<nobr>
<noframes>
<noscript>
<object>
<ol>
<optgroup>
<option>
<output>
<p>
<param>
<plaintext>
<pre>
<progress>
<q>
<rp>
<rt>
<ruby>
<s>
<samp>
<script></script>
<section>
<select>
<shadow>
<small>
<source>
<spacer>
<span>
<strike>
<strong>
<style></style>
<sub>
<summary>
<sup>
<table>
<tbody>
<td>
<template>
<textarea>
<tfoot>
<th>
<thead>
<time>
<title>
<tr>
<track>
<tt>
<u>
<ul>
<var>
<video>
<wbr>
<xmp>
<!-- Data attributes -->
<span id='test1' data-item='test'></span>
<span id='test2' data-item-test='test'></span>
<!-- Accessible Rich Internet Applications (ARIA) -->
<div id="ch1Panel" role="tabpanel" aria-labelledby="ch1Tab">Chapter 1 content goes here</div>
<script>
console.log('Test, default is JavaScript …');
</script>
<script type='text/javascript'>
console.log('Testing JavaScript …');
</script>
<script type="text/javascript" src="https://github.com/jashkenas/coffee-script/raw/master/extras/coffee-script.js"></script>
<script type='text/coffeescript'>
console.log 'Testing CoffeeScript …'
</script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment