06.08.2012 | HTML5
Erfragt allerdings die Erlaubnis vom User: <!DOCTYPE html> <html> <body> <p id="demo">Click the button to get your coordinates:</p> <button onclick="getLocation()">
weiterlesen →06.08.2012 | HTML5
<!DOCTYPE html> <html> <body> <audio controls="controls"> <source src="song.ogg" type="audio/ogg" /> <source src="song.mp3" type="audio/mpeg" /> Your browser
weiterlesen →06.08.2012 | HTML5
example of video-tag with multiple source tags (browser will playthe first recognized format.):<video width="320" height="240" controls="controls"> <source src="mov_bbb.mp4" type="video/m
weiterlesen →06.08.2012 | HTML5
Example as shown here: http://www.w3schools.com/html5/html5_draganddrop.asp <!DOCTYPE HTML> <html> <head> <style type="text/css"> #div1 {width:350px;height:70px;padding:10px;bo
weiterlesen →