Skip to content

Agsgt1/HTML-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

HTML-examples

There are HTML examples in here, you can fork this to add more examples

Button

Use the button to make a button

<button>Sample</button>

Add an onclickto the code for a JS script

<button onclick=Example()>Sample</button>

The extended sample for the onclick command

<script>
function Example(){
alert(this is an sample)
}
</script>
<button onclick=Example()>Sample</button>

Style

Use the style to make styles
Comming Soon...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published