Advertisement
Dopesaurio

Programa HTML

Aug 26th, 2021
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="es">
  3.     <head>
  4.     <meta charset="Content-Type" content="text/html; UTF-8">
  5.     <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1, maximum-scale=1, minumum-scale=1">
  6.     <link rel="stylesheet" href="css/bcestilos.css">    
  7.     </head>
  8.    
  9.     <body>
  10.         <h1 background-color="white">Back Chanson</h1>
  11.         <img class="lg" src="img/logo.png" width="350" height="350" alt=" ">
  12.         <table>
  13.             <tr>
  14.                 <th>
  15.                     Es un programa por radio digital que trasmite lo mejor de la música y su historia...<br>(DE REGRESO A LA CANCIÓN)
  16.                 </th>
  17.             </tr>
  18.             <tr>
  19.                 <td class="crede"><img src="img/crede.jpg" width="450" height="250" alt=" "></td>
  20.             </tr>
  21.             <tr>
  22.                 <audio class="uno" controls autoplay loop>
  23.                     <source src="mus/DesencuentroConResidenteySoko.mp3">
  24.                 </audio>
  25.             </tr>
  26.             <tr>
  27.                 <audio class="dos" controls autoplay loop>
  28.                 <source src="mus/QuelquunMaDitDeCarlaBrauni.mp3">
  29.                 </audio>
  30.             </tr>
  31.            
  32.            
  33.         </table>
  34.         <video muted autoplay loop width="100%" height="100%">
  35.             <source src="Violin.mp4">
  36.         </video>
  37.         <a class="btn" href="file:///C:/Users/Adriana del Carmen/Desktop/radio_page/index.html" color=" black">Regresar</td>
  38.     </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement