8000 GitHub - sas96rp/demoHtml: A Demo HTML Site from the Computing Fundamentals Course
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sas96rp/demoHtml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello, my name is Sas96Rp and this is a DemoHtml

A Demo HTML Site from the Computing Fundamentals Course

Author

Sas96rp

this site was crated as a Demo for the Computing Fundamentals Course

This is an image

HTML DOM Events

The onclick Event

The onclick event triggers a function when an element is clicked on.

Click to trigger a function that will output "Hello World":

Click me

<script> function myFunction() { document.getElementById("demo").innerHTML = "Hello World"; } </script>

About

A Demo HTML Site from the Computing Fundamentals Course

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%
0