Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Assignments in HTML5 in client side course

validation:

  • Implement the given form and apply validation of its field via new HTML5 markup.
  • live Demo
  • code D__Learn_ITI_js_HTML5_validation_index html(Nest Hub)

color_range:

media_player:

  • Implement the functionality of audio controls and make your own media player.
  • live Demo
  • code 127 0 0 1_5500_index html(Nest Hub Max) (3)

geo_location:

  • Make a page that’s displaying google map, and drop-down list containing countries, and when user select a country, change the google map to display this country.
  • Make the google map when page loads display your current location with simple marker (use geolocation object).
  • live Demo
  • code _D__Learn_ITI_js_HTML5_geolocation_index html(Nest Hub Max)