Kata
"Wanita" kalau diartikan dalam bahasa jawa itu "wani ditoto(berani
diatur)" maksudnya wanita itu harus mau diatur. Mungkin benar pepatah
jawa itu ada benarnya bahwa wanita harus ditata agar menjadi wanita yang
sholih. Betapa ngerinya wanita pada jaman jahiliyah dahulu sebelum
islam datang. wanita pada jaman jahiliyah itu dihina, dijual sesukanya,
dibunuh hidup-hidup. hemmm... bisa dibayangkan betapa ngerinya. Disini
beberapa definisi wanita menurut mereka sebelum islam datang.
Ilmu itu ibarat buruan, jika kau tak ingin lepas dari ingatanmu, maka ikatlah dengan tulisan. “Barangsiapa merintis jalan mencari ilmu maka Allah akan memudahkan baginya jalan ke surge.” (HR. Muslim)
Showing posts with label Kuliah. Show all posts
Showing posts with label Kuliah. Show all posts
Wednesday, October 10, 2012
Monday, April 9, 2012
HTML
HTML Structure
HTML, or hypertext markup language, is very simple to learn and very simple to use. HTML is used in most
modern websites. HTML has two basic forms:
<name attribute1="value1" attribute2="value2">Content of 'name'</name>
and
<name attribute1="value1" attribute2="value2">
After you learn the basic form of HTML, you are ready to do some HTML coding. And just so you know, the
capitalization of the name's of the basic structure and the attributes does not matter, while the capitalization of the
values and contents of them do.
HTML pages always start with a DTD, or document type definition. This allows the web-browser to determine what
type of HTML you are using as well as what language the characters are in. The type of DTD that I would
recommend is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
After the DTD, you would continue with the HTML tag, like so:
<HTML>
...
</HTML>
HTML pages are broken into two main sections: the HEAD and the BODY, both contained within the HTML tags.
The head contains the title and sometimes meta tags. The body contains the main page that everyone sees. A typical
website looks something like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
...
</HEAD>
<BODY>
...
</BODY>
</HTML>
HTML, or hypertext markup language, is very simple to learn and very simple to use. HTML is used in most
modern websites. HTML has two basic forms:
<name attribute1="value1" attribute2="value2">Content of 'name'</name>
and
<name attribute1="value1" attribute2="value2">
After you learn the basic form of HTML, you are ready to do some HTML coding. And just so you know, the
capitalization of the name's of the basic structure and the attributes does not matter, while the capitalization of the
values and contents of them do.
HTML pages always start with a DTD, or document type definition. This allows the web-browser to determine what
type of HTML you are using as well as what language the characters are in. The type of DTD that I would
recommend is:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
After the DTD, you would continue with the HTML tag, like so:
<HTML>
...
</HTML>
HTML pages are broken into two main sections: the HEAD and the BODY, both contained within the HTML tags.
The head contains the title and sometimes meta tags. The body contains the main page that everyone sees. A typical
website looks something like this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML>
<HEAD>
...
</HEAD>
<BODY>
...
</BODY>
</HTML>
Subscribe to:
Posts (Atom)
Network Sites
Total Pageviews
Popular Posts
-
جراح الأمة الثكلى تنادي فهبوا يا بني قومي اسودا أعيدوا للدنا أمجاد عصر و فلوا بالحديد لنا القيودا أقيموا بالحمى حصناً منيعا تتوج هامة الس...
-
Dari Abdullah bin Amru Bin Ash: "bahwa ketika kami duduk di sekeliling Rasulullah SAW untuk menulis,beliau SAW ditanya ten...
Powered by Blogger.


