web programming

테스트 템플릿

Denise 2022. 12. 22. 14:19

<HTML>
<HEAD>
</HEAD>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<script
  src="https://code.jquery.com/jquery-3.6.3.slim.min.js"
  integrity="sha256-ZwqZIVdD3iXNyGHbSYdsmWP//UBokj2FHAxKuSBKDSo="
  crossorigin="anonymous"></script>
<SCRIPT SRC="test.js"></script>

<BODY>
  <DIV>
    <select id="list1">
    </select>
    <select id="list2">
    </select>
    <select id="list3">
    </select>
  </DIV>
</BODY>
</HTML>