Preview » Size: 625 x 571

Demo v5.0 - KmarsHub

KMARS Web
x
 
<!DOCTYPE html>
<html>
<body>
<p id="kmars">Click the button to change the layout of this paragraph</p>
<script>
function myFunction() {
    var x = document.getElementById("kmars");
    x.style.fontSize = "30px"; 
    x.style.color = "lime"; 
}
</script>
<a href="/2010/07/demo-v5.0.html">Demo v 5.0</a>
<button onclick="myFunction()">Click Me!</button>
<p>The <abbr title="World Health Organization">WHO</abbr> was founded in 1948.</p>
</body>
</html>
<style>
.html {border-radius: 16px;}
</style>
<svg class="html" height="300" width="200">
  <polygon points="0,0 120,0 200,80 200,300 0,300" style="fill:red;" />
  Sorry, your browser does not support inline SVG.
</svg>
<svg class="html" height="300" width="200">
  <polygon points="0,0 120,0 200,80 200,300 0,300" style="fill:lime;" />
  Sorry, your browser does not support inline SVG.
</svg>
<svg class="html" height="300" width="200">
  <polygon points="0,0 120,0 200,80 200,300 0,300" style="fill:blue;" />
  Sorry, your browser does not support inline SVG.
</svg>
Top ↑