<!DOCTYPE html>
<html>
<head>
<title>Outputting Data to HTML</title>
<script language="JavaScript">
function WriteText()
{
document.getElementById("myText").innerHTML =
"Clicked!";
}
</script>
</head>
<body>
<h1>Creating HTML Element Output</h1>
<div><p id="myText">Change Me</p></div>
<div><input id="btnClickMe"
type="button"
value="Click Me"
onclick="WriteText()" />
</div>
</body>
</html>
Make a particle system in HTML5 canvas - 2 views
Canvas Html5 Book - 0 views
Scripts: Simple scrolling news with HTML5 - 0 views
circumscrible - HTML5 3D CANVAS drawing - 0 views
Hakim's projects CSS JS - 0 views
Spritely - 0 views
1 - 10 of 10
Showing 20▼ items per page