HTML5 ile audio müzik çalmak

<%@ Page Language=”VB” AutoEventWireup=”false” CodeFile=”Default.aspx.vb” Inherits=”_Default” %> <!DOCTYPE html> <html xmlns=”http://www.w3.org/1999/xhtml”> <head runat=”server”> <title>Burhan KARADERE</title> </head> <body> <style media=”screen” type=”text/css”> #backgroundaudio { display: block; position: fixed; bottom: -43px; left: 5px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; } #backgroundaudio:hover { bottom: 0; […]

Devamı