1 / 12

HTML ( Praktek )

HTML ( Praktek ). Putra Prima Naufal , S.ST. masputra.net. Latihan3_1.html.

cain
Télécharger la présentation

HTML ( Praktek )

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML (Praktek) Putra Prima Naufal, S.ST masputra.net

  2. Latihan3_1.html <html><head><title>Latihan3-1</title></head><body>Matakuliah TKJ Semester 1:<ol>     <li>BahasaInggris 1</li>     <li>Matematika 1</li>     <li>JaringanKomputer 1</li>     <li>KonsepTeknologiInformasi</li>     <li>KeterampilanKomputerdanPengelolaanInformasi</li>     <li>PerangkatKerasKomputer</li>     <li>SistemOperasi</li></ol></body></html> masputra.net

  3. Latihan3_2.html <html><head><title>Latihan3-2</title></head><body>Matakuliah TKJ Semester 1:<ol start="1" type="a">     <li>BahasaInggris 1</li>     <li>Matematika 1</li>     <li>JaringanKomputer 1</li>     <li>KonsepTeknologiInformasi</li>     <li>KeterampilanKomputerdanPengelolaanInformasi</li>     <li>PerangkatKerasKomputer</li>     <li>SistemOperasi</li></ol></body></html> masputra.net

  4. Latihan4_1.html <html><head><title>Latihan4-1</title></head><body><table align="center" border="2" bgcolor="cyan" cellpadding="5" cellspacing="0" ><caption align="top"><b>Tabel 1.1</b></caption><tr>    <th>No.</th>    <th>Nama</th></tr><tr>    <td>1.</td>    <td>RinaHastuti</td></tr><tr>    <td>2.</td>    <td>Ali Amran</td>    </tr><tr>    <td>3.</td>    <td>Rahmat</td>    </tr></table></body></html> masputra.net

  5. Latihan4_2.html <html><head><title>Latihan4-2</title></head><body><table align="center" border="2" bgcolor="cyan" cellpadding="5" cellspacing="0" ><caption align="top"><b>Tabel 1.1</b></caption><trbgcolor="green">    <th>No.</th>    <th>Nama</th></tr><trbgcolor="yellow">    <td>1.</td>    <td>RinaHastuti</td></tr><trbgcolor="red">    <td>2.</td>    <td>Ali Amran</td>    </tr><trbgcolor="blue">    <td>3.</td>    <td>Rahmat</td>    </tr></table></body></html> masputra.net

  6. Latihan5_1.html <html><head><title>Latihan5-1</title></head><body><img width="160" height="160" src=“muhammadiyah.jpeg"></body></html> masputra.net

  7. Latihan5_2.html <html><head><title>Latihan5-1</title></head><body><img width="160" height="160" src="./image/muhammadiyah.jpeg"></body></html> masputra.net

  8. Latihan6_1.html <html><head><title>Latihan6-1</title></head><body>Link:<ol><li><a href="http://www.yahoo.com">yahoo</a></li><li><a href="http://www.google.com">google</a></li><li><a href="http://www.masputra.net">Masputra</a></li></ol></body></html> masputra.net

  9. Latihan7_1.html <html><head><title>Latihan7-1</title></head><body><FORM METHOD="POST" ACTION="mailto:me@masputra.net">   <H4>FORM</H4>   <INPUT TYPE="text" NAME="var1" SIZE="30" VALUE="Enter your name here.">   <BR><BR>   <B>Are you a student?</B>   <INPUT TYPE="checkbox" NAME="var2">   <BR><BR>   <B>How old are you?</B>   <BR>   <INPUT TYPE="radio" NAME="var3" VALUE="r1">10 - 15   <BR>   <INPUT TYPE="radio" NAME="var3" VALUE="r2">16 - 20   <BR>   <INPUT TYPE="radio" NAME="var3" VALUE="r3">21 - 25   <BR><BR>   <INPUT TYPE="submit" NAME="var4" VALUE="Send">   <INPUT TYPE="reset" NAME="var5" VALUE="Clear"></FORM></body></html> masputra.net

  10. Latihan7_2.html <html><head><title>Latihan7-2</title></head><body><FORM METHOD="POST" ACTION="mailto:me@masputra.net">   <H4>FORM</H4>   <INPUT TYPE="text" NAME="var1" SIZE="30" VALUE="Enter your name here.">   <BR><BR>   <B>Are you a student?</B>   <INPUT TYPE="checkbox" NAME="var2">   <BR><BR>   <B>How old are you?</B>   <BR>   <INPUT TYPE="radio" NAME="var3" VALUE="r1">10 - 15   <BR>   <INPUT TYPE="radio" NAME="var3" VALUE="r2">16 - 20   <BR>   <INPUT TYPE="radio" NAME="var3" VALUE="r3">21 - 25   <BR><BR>   <B>Where are you from?</B>   <BR>   <SELECT NAME="var6" SIZE="1">      <OPTION VALUE="BG">Bulgaria      <OPTION VALUE="UK">United Kingdom      <OPTION VALUE="USA" SELECTED>USA   </SELECT>   <BR><BR>   <INPUT TYPE="submit" NAME="var4" VALUE="Send">   <INPUT TYPE="reset" NAME="var5" VALUE="Clear"></FORM></body></html> masputra.net

  11. Latihan8_1.html <html><head><title>Latihan8-1</title></head><frameset cols="40%,60%"><frame src="left.html"><frame src="right.html"></frameset><body></body></html> masputra.net

  12. Latihan8_3.html <html><head><title>Latihan8-3</title></head><frameset cols="40%,*" border="10" bordercolor=“blue"><frame src=“latihan4_1.html"><frame src=“latihan4_2.html" marginheight="50" marginwidth="50"></frameset><body></body></html> masputra.net

More Related