I want to put a list in between the embedded video and the picture and am unsure how to do so. Any and all help would be greatly appreciated. If I did something incorrect asking this question please let me know.
Thanks
<!DOCTYPE HTML>
       
<html>
<head>
 <meta charset="utf-8" />
 <title> Yui </title>
 <style type="text/css">
  h1,h2,h3,h4,h5,h6 {color:green; text-align:center;}
     p {color:green;}
        a {color:green; text-align:center}
     hr {height:4px; background-color: black;width:100%;} 
 </style>
</head>
<body>
 
 <h1> Yui </h1>
 
 <hr>
 
 <h2> <a href="http://www.yui-lover.com/">Yui's Fanpage <a>
  |
 <a href="https://en.wikipedia.org/wiki/Yui_(singer)">Yui's Wiki </a>
  |
 <a href="https://www.facebook.com/YUI.net.International?fref=ts"> Yui's Facebook </a>
 </h2>
 
 <hr>
 
 <p>
 <a href="http://n-jinny.com/wp-content/uploads/2013/11/YUI1.jpg">
 <img style="float:right; border-color: transparent" src="http://n-jinny.com/wp-content/uploads/2013/11/YUI1.jpg" width="900" height="450" alt="Yui" > </a>
  YUI is a Japanese singer-songwriter and J-pop/J-rock artist, born March 26, 1987 in Fukuoka, Japan. She sings, plays the acoustic guitar, and writes her own songs. YUI has written a vast number of theme/tie-up songs for popular Japanese drama/film, anime and commercial productions. She is the second female in Japanese music history that has achieved a record of four consecutive No 1. Singles since J-pop star, Utada Hikaru. She is currently signed with Gr8! Records Label, a sublabel under Sony Music Entertainment (Japan).
    
 </p>
 
 <iframe width="560" height="315" 
 src="https://www.youtube.com/embed/JmWf--kr4UQ" frameborder="0" allowfullscreen>
 </iframe>
 
 <ul style="list-style-type: circle">
       <li>Goodbye Days </li>
       <li>Again </li>
       <li>Life </li>
    </ul>
 
 <hr>
 
 
</body>
</html> 
     
     
     
    
` then you can simply move the `
– EhsanT Sep 19 '15 at 14:36` block to the top of `