본문 바로가기
웹정보구축

html로 만든 음악 재생 목록

by 할10000 2022. 6. 4.

시작화면(미완성)

<!doctype html>
<html>
    <head>
        <meta charset="utf-8">
        <title> My PlayList </title>
        
        <script type="text/JavaScript">
 	    var db;
 	    window.onload = function()
 	 	{
 	 		db = openDatabase("music", "1.0", "목록", 1024*1024);
 	 		db.transaction(exeCreate);
 	 	}
 	    
 	 	function exeCreate(tx)
 	 	{
 	 		tx.executeSql("create table music(name, singer)");
 	 	}
 	 	</script>
    </head>
        
     <style type="text/css">   
     </style>
        
    <body>
     <body style="background-color:#bfff00">
     <div id="skroller-body">
      <tr>
 	<style type="text/css">
 	body 
 	{
 	 background-image: url(Recall.jpg);
	 background-position: top;
 	 background-repeat: repeat;
 	}
 	.back 
 	{
 	 font-size: 20px; 
 	 font-weight: bold;
     background-color: Yellow;
    }
 	</style>
 </tr>
      
     <h2 class="rowHeader css-0">
 	  <a historystate="[object Object]" class="rowTitle css-0" href="http://localhost:8085/Ost_list/Ost%20list.html">
 	   <div class="row-header-title">많이 들은 음악</div>
 	   <div class="aro-row-header more-visible">
 	   <div class="see-all-link">▷▷▷</div>
 	   <div class="aro-row-chevron icon-akiraCaretRight"></div>
 	   </div>
 	  </a>
 	 </h2>
    
    <form action="selectform.jsp" method="get" name="textform">
 	  <table border=1>
       <tr><td>분류</td>
        <td>
         <select name="음악">
          <option selected>주제곡</option>
          <option>발라드</option>
          <option></option>
          <option>클래식</option>
         </select>
        </td>
       </tr>
      </table>
     <input type="submit" value="전송" name="submitbtn">
     <input type="reset" value="초기화" name="resetbtn">
    </form>
    
     <ol type="1">
     <li> <h2 style="color:white;"> 주제곡</h2> </li>
     <details>
      <summary> 펼치기</summary> 
      <p>
       <h2 class="rowHeader css-0">
 	    <a historystate="[object Object]" class="rowTitle css-0" 
 	    href="http://localhost:8085/Ost_list/Pianohtml.html">
 	    <div class="row-header-title">주제곡</div>
 	    <div class="aro-row-header more-visible">
 	    <div class="aro-row-chevron icon-akiraCaretRight"></div>
 	    </div>
 	   </a>
 	  </h2>
     </p>
     </details>
     
     <li> <h2 style="color:white;"> 발라드</h2> </li>
      <details>
      <summary> 펼치기</summary> 
      <p>
       <h2 class="rowHeader css-0">
 	    <a historystate="[object Object]" class="rowTitle css-0" 
 	    href="http://localhost:8085/Ost_list/Ballad.html">
 	    <div class="row-header-title">발라드</div>
 	    <div class="aro-row-header more-visible">
 	    <div class="aro-row-chevron icon-akiraCaretRight"></div>
 	    </div>
 	   </a>
 	  </h2>
     </p>
     </details>
     
     <li> <h2 style="color:white;"></h2> </li>
      <details>
      <summary> 펼치기</summary> 
      <p>
       <h2 class="rowHeader css-0">
 	    <a historystate="[object Object]" class="rowTitle css-0" 
 	    href="http://localhost:8085/Ost_list/Pop_Song.html">
 	    <div class="row-header-title"></div>
 	    <div class="aro-row-header more-visible">
 	    <div class="aro-row-chevron icon-akiraCaretRight"></div>
 	    </div>
 	   </a>
 	  </h2>
     </p>
     </details>
     
     <li> <h2 style="color:white;"> 클래식</h2> </li>
           <details>
      <summary> 펼치기</summary> 
      <p>
       <h2 class="rowHeader css-0">
 	    <a historystate="[object Object]" class="rowTitle css-0" 
 	    href="http://localhost:8085/Ost_list/classic.html">
 	    <div class="row-header-title">클래식</div>
 	    <div class="aro-row-header more-visible">
 	    <div class="aro-row-chevron icon-akiraCaretRight"></div>
 	    </div>
 	   </a>
 	  </h2>
     </p>
     </details>
     </ol>
     </div>
    </body>
</html>
My PlayList

많이 들은 음악

분류
  1. 주제곡

  2. 펼치기

    주제곡

  3. 발라드

  4. 펼치기

    발라드

  5. 펼치기

  6. 클래식

  7. 펼치기

    클래식

주제곡

주제곡 연주

델루나

오페라의 유령

12fingers

웨스트월드

그의 암흑물질

Krypton had it chance

천하

밤하늘의 저별처럼

발라드

발라드

눈물에 얼굴을 묻는다

핑클-루비

안갯길

홍연

안녕 그 말

카더카든-나무

헤이즈-일기

우효-청춘

영화 속 주인공처럼

안부

카를라

일단 임시로 여기에

계속 곡을 추가할 예정