Sabtu, 10 November 2012

ucapan

jangan pernah xm menjauh dari q hny karna perasaan!...
dan perasaan q ini hanyalah milik q sendiri!...

Minggu, 28 Oktober 2012

latihan


1.  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2.  <html xmlns="http://www.w3.org/1999/xhtml">
3.  <head>
4.  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5.  <title>Untitled Document</title>
6.  <link href="style.css" rel="stylesheet" type="text/css" />
7.  </head>
8.  <body>
9.  <div id="container">
10.       <div id="header">
11.       <ul id="pagelist">
12.       <li>home</li>
13.        <li>about</li>
14.        <li>contact</li>
15.    </ul>
16.        <h1>Title Blog</h1>
17.        <h3>Blog Description</h3>
18.    </div>
19.    <div id="content">
20.       <div id="content-right">
21.        <h2>Category</h2>
22.            <ul>
23.                <li>internet</li>
24.                <li>flash</li>
25.                <li>web</li>
26.                <li>php</li>
27.            </ul>
28.         <h2>Archive</h2>
29.            <ul>
30.                <li>03/2008</li>
31.                <li>02/2008</li>
32.                <li>01/2008</li>
33.            </ul>
34.        </div>
35.        <div id="content-left">
36.              <h2>Posting title</h2>
37.            <div>posting content here. posting content here. posting content here. posting content here. posting content here. posting content here. posting content here. posting content here.
38.            </div>
39.            <h2>Posting title</h2>
40.            <div>posting content here. posting content here. posting content here. posting content here. posting content here. posting content here. posting content here. posting content here.
41.            </div>
42.            <h2>Posting title</h2>
43.            <div>posting content here. posting content here. posting content here. posting content here. posting content here. posting content here. posting content here. posting content here.
44.            </div>
45.        </div>
46.    </div>
47.    <div id="footer">
48.       <p>Basic Template Footer </p>
49.    </div>
50.</div>
51.</body>
52.</html>