Dengan menggunakan editor Adobe Dreamweaver, semoga dengan dibuatkannya video tutorial html dan css tentang pembuatan top-right dan midle right tersebut bisa bermanfaat....
![](http://3.bp.blogspot.com/_sunpK_FtO1E/SmLBFL8iCQI/AAAAAAAAAIY/AMxVeymd5ZQ/s1600/readmore.png)
Berbagi ilmu desain grafis dan menjadi media pembelajaran online,website pendidikan ilmu desain grafis untuk menambah pengetahuan. Semoga bermanfaat
Properti
|
Value
|
Browser
|
W3C
|
||
IE
|
Firefox
|
Netscape
|
|||
Background | background-color background-image background-repeat background-attachment background-position |
4
|
1
|
6
|
1
|
Background attachment | scroll fixed |
4
|
1
|
6
|
1
|
Background color | color-rgb color-hex color-name transparent |
4
|
1
|
4
|
1
|
Background image | url (URL) none |
4
|
1
|
4
|
1
|
Background position | top left top center top right center left center center center right bottom left bottom center bottom right x% y% xpos ypos |
4
|
1
|
6
|
1
|
Backgroundrepeat | repeat repeat-x repeat-y no-repeat |
4
|
1
|
4
|
1
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Text Decoration</title>
<style type="text/css">
#heading1 {
text-decoration : blink; /* membuat teks berkelap kelip */
}
#heading2 {
text-decoration : line-through; /* membuat garis ditengah text/ dicoret */
}
#heading3 {
text-decoration : underline; /* membuat garis bawah */
}
#heading4 {
text-decoration : overline; /* membuat garis di atas text */
}
</style>
</head>
<body>
<h1 id="heading1">Muryan Awaludin ( blink )</h1>
<h1 id="heading2">Muryan Awaludin ( line-through )</h1>
<h1 id="heading3">Muryan Awaludin ( underline )</h1>
<h1 id="heading4">Muryan Awaludin ( overline )</h1>
</body>
</html>
<html>
<head>
<title> table html</title>
</head>
<body>
<p class="MsoNormal" style="text-align: justify; text-indent: 0.5in;">Tulisan semua ada di dalam sini....</p>
</body>
</html>
/* isi comments */
H1 { color : red; } /*H1 elements akan menjadi merah */
body {
margin:0;
padding:0;
background:#1c1b1c;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#919191;
}/*tutup div body*/
<html>
<head>
<title>input element</title>
</head>
<body>
<form>
<input type="button" name="button" value="kirim/submit"><br><br>
<input type="text" name="text" size="30"> <br><br>
<input type="radio" name="sex" value="male"/> Male
<br />
<input type="radio" name="sex" value="female" /> Female
<br>
<br>
Adobe Photoshop:
<input type="checkbox" name="vehicle" value=" Adobe Photoshop " />
<br />
Adobe Flash:
<input type="checkbox" name="vehicle" value="Adobe Flash" />
<br />
Adobe Dreamweaver:
<input type="checkbox" name="vehicle" value="Adobhttp://www.blogger.com/img/blank.gife Dreamweaver" />
</form>
</body>
</html>
<html>
<head>
<title> insert gambar link </title>
</head>
<body>
<img src="http://img442.imageshack.us/img442/3669/muryanawaludin.jpg" width="104" height="142" />
</body>
</html>
<html>
<head>
<title> insert gambar di komputer </title>
</head>
<body>
<img src="../ilmudesain/hyperlink.jpg" />
</body>
</html>
Keterangn : ".. = mencari lokasi folder
/ilmudesain = nama folder
/hyperlink.jpg" = nama file gambar
<html>
<head>
<title>Colspan dan Rowspan</title>
</head>
<body>
<table bgcolor="#CCCFF" width="65%" border="1" cellpadding="0">
<tr>
<td colspan="3" align="center">Desain 1 ( Muryan Awaludin )</td>
<td colspan="3" align="center">Desain 2 ( Muryan Awaludin )</td>
</tr>
<tr align="center">
<td> Adobe Photohop</td>
<td> Adobe Dreamweaver</td>
<td> Adobe Illustrator</td>
<td> Adobe Flash</td>
<td> Adobe Pagemaker</td>
<td> Adobe InDesign</td>
</tr>
<tr align="center">
<td> Januari</td>
<td> Februari </td>
<td> Maret </td>
<td> April </td>
<td> Mei </td>
<td> Juni </td>
</tr>
<tr align="center">
<td> 9 kali pertemuan</td>
<td> 12 kali pertemuan </td>
<td> 9 kali pertemuan </td>
<td> 9 kali pertemuan </td>
<td> 9 kali pertemuan </td>
<td> 9 kali pertemuan </td>
</tr>
</table>
</body>
</html>
<html>
<head>
<title> Muryan Awaludin-Halaman 1</title>
</head>
<body>
<center><h1>Creating Link</h1></center>
<br>
<center>h3><<a href="halaman2.html"> Klik disini untuk link ke halaman2</a>></h3></center>
</body>
</html>
<html>
<head>
<title> Muryan Awaludin-Halaman 2</title>
</head>
<body>
<center><h1>Creating Link</h1></center>
<br>
<center><h3><a href="halaman2.html"> Klik disini untuk link ke halaman1</a></h3></center>
</body>
</html>
<html>
<head>
<title> DIV dan SPAN</title>
</head>
<body>
<div>
Muryan Awaludin ( HTML DASAR bagian 6 )
<p>
Div tag digunakan untuk mengelompokkan group element. Biasanya untuk block level element.
</p>
<div>
<div align="right">
Muryan Awaludin ( HTML DASAR Bagian 6 - Kanan )
<p>
Tulisan ini ada didalam Muryan Awaludin ( html dasar bagian 6 rata kanan ).
</p>
</div>
<span style="font-size:30; color:red">
Baris ini merupakan didalam span yang mempunyai warna Merah.
</span>
</body>
</html>
<html>
<body>
<pre>
Ini Adalah
Tutorial tentang preformatted text.
Berbagi ilmu desain grafis dan menjadi media pembelajaran online,
website pendidikan ilmu desain grafis untuk menambah pengetahuanan.
</pre>
<p>The pre tag is good for displaying computer code:</p>
<pre>
for i = 1 to 100
print i
next i
</pre>
</body>
</html>
<html>
<head>
<title> Formating Font</title>
</head>
<body>
<font color="green" size="5">
Muryan Awaludin ( HTML DASAR )
</font>
<p> Berbagi ilmu desain grafis dan menjadi media pembelajaran online,website pendidikan ilmu desain grafis untuk menambah pengetahuan.
<blockquote>
Website pendidikan tentang ilmu desain grafis dan tutorial desain grafis baik dari tingkat pemula sampai tingkat lanjut semuanya dapat di download gratis namun tidak merubah atribut penulis dan bukan untuk tujuan komersial.
</blockquote>
Membahas tentang : ilmu desain grafis, desain desain, ilmu grafis, tutorial photoshop, tutorial desain, tutorial, Adobe Photohsop, Adobe PageMaker, Corel Draw,Adobe Flash CS,Tutorial CSS, CSS, Tips Trik desain grafis, ilmu grafis, Illustrator, Microsoft PAINT, e-book gratis, Graphics Design, Dreamweaver, PageMaker, Software, InDesign, Anti Virus, Download Antivirus Smadav, Download Antivirus Artav, free download ebook, facebook ,Les Private Desain grafis,Pesta Blogger, keygen, crack, skripsi, serial number, digital imaging, drawing and painting
</p>
</body>
</html>
<html>
<head>
<title> Break Line</title>
</head>
<body>
<h2> Muryan Awaludin HTML</h2>
<p>Berbagi ilmu desain grafis dan menjadi media pembelajaran online<br>
website pendidikan ilmu desain grafis untuk menambah pengetahuan<br>
</p>
</body>
</html>
<html>
<head>
<title> Format FONT</title>
</head>
<body>
<font color="blue" size="7"> Muryan Awaludin HTML</font>
<p>
<font face="verdana, arial, Courier, mono">
Berbagi ilmu desain grafis dan menjadi media pembelajaran online,website pendidikan ilmu desain grafis untuk menambah pengetahuan tentang Ilmu Desain Grafis, Tutorial Adobe Photohsop, Tutorial Adobe Illustrator, Tutorial Adobe Flash, Tutorial Adobe Dreamweaver, Tutorial Corel Draw, Tutorial Adobe Page Maker, Tutorial Paint, ebook desain grafis, font dan brush desain, free software desan grafis, Peduli Blogger, Pesta Blogger, Internet Sehat, Crack dan Keygen Software dan lain sebagainyahttp://www.blogger.com/img/blank.gif...
</font>
</p>
</body>
</html>
<html>
<head>
<title> Unordered list</title>
</head>
<body>
<p>Muryan Awaludin</p>
<ul>
<li>Adobe Photoshop</li>
<li>Adobe Illustrator</li>
<li>Adobe Flash</li>
<li>Adobe Dreamweaver</li>
<li>Adobe InDesign</li>
<li>Adobe Page Maker</li>
</ul>
</body>
</html>
<html>
<head>
<title> Ordered List</title>
</head>
<body>
<p>Muryan Awaludin</p>
<ol>
<li>Tutorial Corel Draw</li>
<li>Tutorial CSS</li>
<li>Free ebook desain</li>
<li>Free Software desain</li>
<li>Free FONT design</li>
<li>Free Brush desing</li>
</0l>
</body>
</html>
<html> </html>
<head></head>
<META name="Author" contents="Ilmu Desain Grafis">
<META http-equiv="Expires" content="Wed, 1 July 2011 10:03 GMT">
<html>
<head>
<title> Muryan Awaludin</title>
</head>
<body bgcolor="blue">
<p> Tampilan document HTML </p>
</body>
</html>
Ilmu Desain Grafis Copyright © 2009 Community is Designed by Bie | development by Muryan Awaludin