Popular HTML recipes http://code.activestate.com/recipes/langs/html/2015-02-12T13:10:17-08:00ActiveState Code RecipesAnalog clock (HTML)
2013-10-11T16:12:33-07:00greg zakharovhttp://code.activestate.com/recipes/users/4184115/http://code.activestate.com/recipes/578686-analog-clock/
<p style="color: grey">
HTML
recipe 578686
by <a href="/recipes/users/4184115/">greg zakharov</a>
(<a href="/recipes/tags/analog/">analog</a>, <a href="/recipes/tags/clock/">clock</a>, <a href="/recipes/tags/svg/">svg</a>).
</p>
<p>Simplest analog clock (CSS, SVG, JavaScript).</p>
Calendar (HTML)
2013-10-23T15:55:05-07:00greg zakharovhttp://code.activestate.com/recipes/users/4184115/http://code.activestate.com/recipes/578695-calendar/
<p style="color: grey">
HTML
recipe 578695
by <a href="/recipes/users/4184115/">greg zakharov</a>
(<a href="/recipes/tags/calendar/">calendar</a>, <a href="/recipes/tags/javascript/">javascript</a>).
</p>
<p>Current month calendar. The smallest realization, I suppose.</p>
dynamic mathjax demo page (HTML)
2015-02-12T13:10:17-08:00yotahttp://code.activestate.com/recipes/users/4184815/http://code.activestate.com/recipes/578679-dynamic-mathjax-demo-page/
<p style="color: grey">
HTML
recipe 578679
by <a href="/recipes/users/4184815/">yota</a>
(<a href="/recipes/tags/latex/">latex</a>, <a href="/recipes/tags/math/">math</a>, <a href="/recipes/tags/mathjax/">mathjax</a>).
Revision 7.
</p>
<p>Html web page to preview latex equations rendered by mathjax. <a href="http://jsfiddle.net/r82p49xx/5/">demo here</a></p>
<p>Equations are updated when shift, space or enter keys are pressed, or when the Textarea lose focus.</p>
<p>In the first block you can try inline-style math, in the second one, display-style math.</p>
Center (HTML)
2013-07-14T16:16:09-07:00greg zakharovhttp://code.activestate.com/recipes/users/4184115/http://code.activestate.com/recipes/578603-center/
<p style="color: grey">
HTML
recipe 578603
by <a href="/recipes/users/4184115/">greg zakharov</a>
(<a href="/recipes/tags/center/">center</a>).
</p>
<p>Place element to center in the document.</p>
Sample 1 (HTML)
2013-05-23T18:49:10-07:00Catrina Foltzhttp://code.activestate.com/recipes/users/4186622/http://code.activestate.com/recipes/578524-sample-1/
<p style="color: grey">
HTML
recipe 578524
by <a href="/recipes/users/4186622/">Catrina Foltz</a>
.
</p>
<p>Getting started</p>
Sample 1 (HTML)
2013-05-23T18:50:34-07:00Catrina Foltzhttp://code.activestate.com/recipes/users/4186622/http://code.activestate.com/recipes/578526-sample-1/
<p style="color: grey">
HTML
recipe 578526
by <a href="/recipes/users/4186622/">Catrina Foltz</a>
.
</p>
<p>Getting started</p>
Sample 1 (HTML)
2013-05-23T18:40:02-07:00Catrina Foltzhttp://code.activestate.com/recipes/users/4186622/http://code.activestate.com/recipes/578522-sample-1/
<p style="color: grey">
HTML
recipe 578522
by <a href="/recipes/users/4186622/">Catrina Foltz</a>
.
</p>
<p>Figuring it Out</p>
Sample 1 (HTML)
2013-05-23T18:49:37-07:00Catrina Foltzhttp://code.activestate.com/recipes/users/4186622/http://code.activestate.com/recipes/578525-sample-1/
<p style="color: grey">
HTML
recipe 578525
by <a href="/recipes/users/4186622/">Catrina Foltz</a>
.
</p>
<p>Getting started</p>
Sample 1 (HTML)
2013-05-23T18:48:27-07:00Catrina Foltzhttp://code.activestate.com/recipes/users/4186622/http://code.activestate.com/recipes/578523-sample-1/
<p style="color: grey">
HTML
recipe 578523
by <a href="/recipes/users/4186622/">Catrina Foltz</a>
.
</p>
<p>Getting started</p>
Sample 1 (HTML)
2013-05-23T18:38:12-07:00Catrina Foltzhttp://code.activestate.com/recipes/users/4186622/http://code.activestate.com/recipes/578520-sample-1/
<p style="color: grey">
HTML
recipe 578520
by <a href="/recipes/users/4186622/">Catrina Foltz</a>
.
</p>
<p>Figuring it Out</p>
Sample 1 (HTML)
2013-05-23T18:39:36-07:00Catrina Foltzhttp://code.activestate.com/recipes/users/4186622/http://code.activestate.com/recipes/578521-sample-1/
<p style="color: grey">
HTML
recipe 578521
by <a href="/recipes/users/4186622/">Catrina Foltz</a>
.
</p>
<p>Figuring it Out</p>
IFrame Example (HTML)
2011-04-21T02:11:57-07:00FB36http://code.activestate.com/recipes/users/4172570/http://code.activestate.com/recipes/577671-iframe-example/
<p style="color: grey">
HTML
recipe 577671
by <a href="/recipes/users/4172570/">FB36</a>
(<a href="/recipes/tags/html/">html</a>, <a href="/recipes/tags/iframe/">iframe</a>).
</p>
<p>IFrame demo. It opens 4 sub-browser windows inside the webpage.</p>