Created
May 29, 2013 20:39
-
-
Save vedranjaic/5673653 to your computer and use it in GitHub Desktop.
HTML TEST: <empty>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>HTML TEST: <empty></title> | |
<meta description="0.1"> | |
<meta author="Vedran Jaic"> | |
</head> | |
<body> | |
<a href="#"></a> | |
<abbr></abbr> | |
<acronym></acronym> | |
<address></address> | |
<applet></applet> | |
<area></area> | |
<b></b> | |
<base></base> | |
<basefont></basefont> | |
<bdo></bdo> | |
<big></big> | |
<blockquote></blockquote> | |
<br> | |
<button></button> | |
<center></center> | |
<cite></cite> | |
<code></code> | |
<dd></dd> | |
<del></del> | |
<dfn></dfn> | |
<dir></dir> | |
<div></div> | |
<dl></dl> | |
<dt></dt> | |
<em></em> | |
<fieldset></fieldset> | |
<font></font> | |
<form> | |
<label></label> | |
<input> | |
</form> | |
<frame></frame> | |
<frameset></frameset> | |
<h1></h1> | |
<h2></h2> | |
<h3></h3> | |
<h4></h4> | |
<h5></h5> | |
<h6></h6> | |
<hr> | |
<i></i> | |
<iframe></iframe> | |
<img> | |
<ins></ins> | |
<isindex></isindex> | |
<kbd></kbd> | |
<legend></legend> | |
<map></map> | |
<menu></menu> | |
<noframes></noframes> | |
<noscript></noscript> | |
<object></object> | |
<ol> | |
<li></li> | |
</ol> | |
<p></p> | |
<param> | |
<pre></pre> | |
<q></q> | |
<s></s> | |
<samp></samp> | |
<select> | |
<optgroup> | |
<option></option> | |
</optgroup> | |
</select> | |
<small></small> | |
<span></span> | |
<strike></strike> | |
<strong></strong> | |
<sub></sub> | |
<sup></sup> | |
<table> | |
<caption></caption> | |
<colgroup> | |
<col> | |
</colgroup> | |
<thead> | |
<tr> | |
<th></th> | |
</tr> | |
</thead> | |
<tfoot> | |
<tr> | |
<td></td> | |
</tr> | |
</tfoot> | |
<tbody> | |
<tr> | |
<td></td> | |
</tr> | |
</tbody> | |
</table> | |
<textarea></textarea> | |
<tt></tt> | |
<u></u> | |
<ul> | |
<li></li> | |
</ul> | |
<var></var> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment