https://html.spec.whatwg.org/multipage/canvas.html#the-canvas-element
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Sample HTML5 File</title>
<script type="text/javascript">
// This function will be called once the page loads completely
function pageLoaded(){
alert("Hello World!");
}
</script>
</head>
<body onload="pageLoaded();">
</body>
</html>
----
https://www.makeuseof.com/tag/coding-apps/
**
**
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Sample HTML5 File</title>
<script type="text/javascript">
// This function will be called once the page loads completely
function pageLoaded(){
alert("Hello World!");
}
</script>
</head>
<body onload="pageLoaded();">
</body>
</html>
----
https://www.makeuseof.com/tag/coding-apps/
**
**
No comments:
Post a Comment
Коментар: