"Bilboard_Charts"
Bootstrap 4.1.1 Snippet by snippetpi

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <html> <head> <title>Billboard Charts</title> </head> <body style="background-color:#dfe3ee"> <div class="container"> <h2> Top 10 Artist</h2> <div class="row list-group-item"> <table> <tr> <td style="width:90px"><h2>2</h2></td> <td style="width:160px"><img src="http://business.fscradio.com/Album-Art/zakiyahduke-zakiyahduke.jpg" width="100px" hight="100px" /></td> <td style="width:757px">Sam Clyde Band</td> <td style="width:150px"><input type="submit" class="btn btn-primary" value="play" /></td> <td style="width:110px">Drop down</td> </tr> <tr> <td style="width:90px"><h2>2</h2></td> <td style="width:160px"><img src="http://business.fscradio.com/Album-Art/zakiyahduke-zakiyahduke.jpg" width="100px" hight="100px" /></td> <td style="width:757px">Sam Clyde Band</td> <td style="width:150px"><input type="submit" class="btn btn-primary" value="play" /></td> <td style="width:110px">Drop down</td> </tr> </table> </div> </div> </div> </body> </html>

Related: See More


Questions / Comments: