všechny odkazy se otevřou v novém okně
[html]<base target=”_blank”>[/html]
<pre>Chorus:
Em A
A common love for each other
F#m Bm
A common gift to the Saviour
</pre>
Odpočet
[html]<script>
var start = 60;
var interval = setInterval(function() {
start–;
if (start == 0) {
clearInterval( interval );
}
document.getElementById(”time”).innerHTML = start;
},1000);
</script>
<span id=”time”>60</span><p>[/html]
[html]<table border=”1”>
<tr>
<td>Buňka 1</td>
<td>Buňka 2</td>
<td>Buňka 3</td>
</tr>
<tr>
<td>Buňka 4</td>
<td>Buňka 5</td>
<td>Buňka 6</td>
</tr>
</table>[/html]
iframe
[html]<iframe src=”http://mohelno.cz/radar.html” style=”border:none” width=”200” height=”400”></iframe>[/html]
rolující text
[html]<marquee bgcolor=”#999999” behavior=alternate scrolldelay=250 width=50%>
<strong><font face=”verdana” color=”#ffffff”>rolující text</font></strong></marquee>[/html]
<div class=”col-lg-6 col-md-6 col-sm-14” style=”background-color: red”>
Column 1
</div>
<div class=”col-lg-6 col-md-6 col-sm-16” style=”background-color: green”>
Column 2
</div>
move to the previous page
[html]<a href=”javascript:history.back(1)”>Back</a>[/html]
open new window
[html]<a href=”#” onClick=”window.open(’http://mohelno.cz/radar.html’, ’titulek’,'resizable, status, width=480,height=360,’)”>Open new window</a>[/html]
Chorus:
Em A
A common love for each other
F#m Bm
A common gift to the Saviour
Odpočet 60
| Buňka 1 | Buňka 2 | Buňka 3 |
| Buňka 4 | Buňka 5 | Buňka 6 |
Column 1
Column 2