Skip to content

ningtao1984/Game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coded By Kids Match Game Exercise

Step 1: Add 3 list items (li) element. Don't forget to close the tags.

Step 2: Add an image (img) element to each list item, use src="./images/blank.png".

Step 3: Add a button (button) element with a class of "audio_trigger" and text "Play".

Step 4: Add audio (audio) element with autoplay attribute. Use type="audio/ogg" for "source" child element.

Extra credit:

  • Try changing numbers and colors in the CSS file. What changed?
  • Try changing values in the JS file. Does it work?
  • Find the hidden 8-bit game tutorial.

Contact

Email: turn5codedbykids@gmail.com

Additional resources for HTML5 & frontend web development

Additional resources for game development

About

Coded By Kids Game Exercise

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.2%
  • CSS 26.6%
  • HTML 13.2%