<body>
<table border = "1">
<tr>
<td width = "50%">
<ul>
<li>list 1</li>
<li>list2</li>
<li>list3</li>
</ul>
</td>
<td width = "50%">
<ul>
<li>list4</li>
<li>list5</li>
<li>list6</li>
</ul>
</td>
</tr>
<tr>
<td>
<p>Anything in table
</p>
</td>
<td>
<p> <img src = "cloud.jpg" alt = "cloud"/></p>
</td>
</tr>
</body>
=============================================================
<audio controls autoplay>
<source src = "old_pop.ogg" type = "audio/ogg">
<source src = "old_pop.wav" type = "audio/wav">
<source src = "old_pop.mp3" type = "audio/mp3">
</audio>
=============================================================
<video controls src = "movie.mp4" >
</video>
<video src = "movie.ogg" autoplay controls>
</video>
<video width = "640" height = "480" controls>
<source src = "trailer.ogv" type ='video/ogg'>
</video>
=============================================================
<body>
<iframe src "" name ="iframe1"></iframe>
<p><a href = "http://www.w3.org" target = "iframe1">www.web</a></p>
=============================================================
<body>
<div style = "border : 3px solid red;">
<h2>lion</h2>
<p>lion lives in Africa and has strong legs and chin,
<span style = "color : red;"> 긴 송곳니</span>
를 지니고 있다.
</p>
</body>
=============================================================
<body>
<form action = "input.jsp" method = "post">
<input type = "text" name = "Text" />
<input type = "password" name = "password" />
<input type = "radio" name = "radio" />
<input type = "checkbox" name = "fruits" value = "Apple" checked >Apple
<input type = "checkbox" name = "fruits" value = "grape">grape
<input type = "range" name = "range" min="0" max = "10" step ="2"/>
<input type = "file" name = "file" >
<input type = "Reset" name = "Reset">
<input type = "image" src = "submit.png" alt ="제출 버튼">
<button type = "submit"><img src = "submit.png"></button>
<input type = "hidden" name = "hidden">
<input type = "submit" name = "submit" value = "제출">
</form>
</body>
댓글 없음:
댓글 쓰기