Friday, April 21, 2017

Membuat Bendera dengan HTML









Coding HTML Cara Membuat Bendera
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
 <title>BENDERA NEGARA</title>

</head>
<body bgcolor="black">
 <hr witdh="400px" align="center" color="red" size="5">
 <h1 align=center><font color="white">BENDERA INDONESIA</font></h1>
 <table cellspacing="0" align=center>
 <tr>
  <td bgcolor="red" width="700" height="250" ></td>
 </tr>
 <tr>
  <td bgcolor="white" width="700" height="250" ></td>
 </tr>
 </table>
 <hr witdh="400px" align="center" color="red" size="5">
 <h1 align="center"><font color="white">BENDERA DENMARK</font></h1>
 <table  border="0" vspace="50" hspace="50" cellspacing="0" align="center">
 <tr>
  <td bgcolor="red" width="230" height="200" ></td>
  <td bgcolor="white" width="50" height="200" ></td>
  <td bgcolor="red" width="445" height="200" ></td>
 </tr>
  <td bgcolor="white" width="230" height="50" ></td>
  <td bgcolor="white" width="50" height="50" ></td>
  <td bgcolor="white" width="455" height="50" ></td>
 <tr>
  <td bgcolor="red" width="230" height="250" ></td>
  <td bgcolor="white" width="50" height="250" ></td>
  <td bgcolor="red" width="445" height="250" ></td>
 </tr>
 </table>
 <hr witdh="400px" align="center" color="red" size="5"></br>
 <h1 align=center><font color="white">BENDERA ENGLAND</font></h1>
 <table cellspacing="0" align=center>
 <tr>
  <td bgcolor="white" width="400" height="200" ></td>
  <td bgcolor="red" width="70" height="200" ></td>
  <td bgcolor="white" width="400" height="200" ></td>
 </tr>
 <tr>
  <td bgcolor="red" width="400" height="70" ></td>
  <td bgcolor="red" width="70" height="70" ></td>
  <td bgcolor="red" width="400" height="70" ></td>
 </tr>
 <tr>
  <td bgcolor="white" width="400" height="200" ></td>
  <td bgcolor="red" width="70" height="200" ></td>
  <td bgcolor="white" width="400" height="200" ></td>
 </tr>
 </table>
 <hr witdh="400px" align="center" color="red" size="5"></br>
 <h1 align="center"><font color="white">BENDERA ITALIA</font></h1>
 <table cellspacing="0" vspace="50" hspace="50" align="center">
 <tr>
  <td  bgcolor="green" width="350" height="500" ></td>
  <td bgcolor="white" width="350" height="500" ></td>
  <td bgcolor="red" width="350" height="500" ></td>
 </tr>
 </table>
 <hr witdh="400px" align="center" color="red" size="5"></br>
 <h1 align="center"><font color="white">BENDERA CHILE</font></h1>
 <table cellspacing="0" vspace="50" hspace="50" align="center">
 <tr>
  <td bgcolor="blue" width="250" height="200" ><img src="star.png" width="250" height="200" alt="star" /></td>
  <td bgcolor="white" width="550" height="200" ></td>
 </tr>
 <tr>
  <td colspan="2" bgcolor="red" width="250" height="200" ></td>

 </tr>
 </table>
 <hr witdh="400px" align="center" color="red" size="5"></br>
 <h1 align="center"><font color="white">BENDERA KOSTARIKA</font></h1>
 <table cellspacing="0" vspace="50" hspace="50" align="center">
 <tr>
  <td bgcolor="blue" width="1000" height="80" ></td>
 </tr>
 <tr>
  <td bgcolor="white" width="1000" height="80" ></td>
 </tr>
 <tr>
  <td bgcolor="red" width="1000" height="160" ><img hspace="150" src="costa emblem.png" width="160" height="160" alt="costa emblem" /></td>
 </tr>
 <tr>
  <td bgcolor="white" width="1000" height="80" ></td>
 </tr>
 <tr>
  <td bgcolor="blue" width="1000" height="80" ></td>
 </tr>
 </table>
 <hr witdh="400px" align="center" color="red" size="5"></br>
</body>
</html>



0 comments:

Post a Comment