mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-25 02:02:52 +00:00
22 lines
308 B
HTML
22 lines
308 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<script>
|
|
function myFunction {
|
|
document.getElementById("demo").innerHTML = "Hello JavaScript!";
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<b>bold</b>
|
|
</p>
|
|
<p>
|
|
<i>italic</i>
|
|
</p>
|
|
</body>
|
|
</html>
|
|
|
|
|