Kamis, 17 November 2016

link music pada table menggunakan html

Tags

berikut scriptnya:

<!DOCTYPE html >
<head>
<title>Right Colour</title>
</head>
<body>
<form id="form1" name="form1" method="post" action="">
<table width="900" height="600" border="1" align="center" cellspacing="1">
<tr>
<th width="627" height="20" align="center" bgcolor="orange" colspan ="2"><strong>
<font color="#RED" size="+4">INI TENTANG SAYA</font></strong></th>
</tr>
<tr>
<th width="200" bgcolor="yellow">
<a href="home.html">home</a><br />
<a href="biodata.html">biodata</a><br />
<a href="gallery foto.html">gallery foto</a><br />
<a href="my music.html">my music</a><br />
<a href="my vidio.html">my vidio</a><br />
<td height="160" align="center" valign="center" font color="black" font size="+4" bgcolor="white" >
<audio controls>
<source src="Coldplay - Paradise.mp3" type="audio/mp3">
</audio>
</td>
</tr>
<tr>
<td height="28" colspan ="2" align="center" bgcolor="orange"> <font size="+2">Copyright @ HOMENESIA.com</font></td>
</table>
</form>
</body>
</html>

dan akan tampil seperti ini:



EmoticonEmoticon