Posted in HTML5, 06.08.2012
Erfragt allerdings die Erlaubnis vom User: <!DOCTYPE html> <html> <body> <p id="demo">Click the button to get your coordinates:</p&g... weiterlesen »
Posted in HTML5, 06.08.2012
<!DOCTYPE html> <html> <body> <audio controls="controls"> <source src="song.ogg" type="audio/ogg" /> <source src="song.m... weiterlesen »
Posted in HTML5, 06.08.2012
example of video-tag with multiple source tags (browser will playthe first recognized format.):<video width="320" height="240" controls="controls"> &l... weiterlesen »
Posted in HTML5, 06.08.2012
Example as shown here: http://www.w3schools.com/html5/html5_draganddrop.asp <!DOCTYPE HTML> <html> <head> <style type="text/css"> #div1 ... weiterlesen »