Tuesday, March 10, 2015
0 comments

Tanda-tanda yang di perlukan untuk membuat HTML

                        
·      <ul> </ul> = Tabs
·      <h(nomor)> </h(nomor)> = font size
·      border
o  <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" rightmargin="0" link="#73757B" vlink="#73757B" alink="#73757B" bgcolor="#96B1B8" style="background-image: url(img/background.gif); background-position: center; background-repeat: repeat-y">
o  <table cellspacing="1" cellpadding="0" border="0" width="460" height="100%" bgcolor="#333333" align="center"><tr><td>
o  <table cellpadding="0" cellspacing="0" border="0" width="460" height="100%" bgcolor="#c7dade">
        <tr height="44">
·      Foto beserta ukurannya. <img src="(namafoto).(formatfoto)" width="(ukuran mendatar)" height="(ukuran tinggi)">
·      Rata tengah <center> </center>
·      Untuk membuat teks yang bisa di klik dan masuk ke halaman lain.
o  <A HREF="(nama html lain).html”>(nama yang akan di tampilkan)</a>

·      Memasukkan video (khusus untuk format *.swf
o  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="500">
o    <param name="movie" value="(nama).swf?lesson=7&mode=0" />
o    <param name="quality" value="high" />
o    <embed src="(nama).swf?lesson=1&mode=0" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="500"></embed>
o  </object>
·      Jarak baris/enter        <br>
·      Warna baground dan teks                <body bgcolor="warna"text="warna">
·      Baground gmbar         <background=”(nama file).(format gambar)”/>
·      Teks berjalan       <marquee>teks</marquee>
·      Teks bergaris bawah          <u> teks </u>
·      Nomor otomatis                 <ol><li>teks</li></ol>

·      Teks tebal     <strong>teks</strong>

0 comments:

Post a Comment

 
Toggle Footer
Top