This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Minggu, 23 Juni 2013

RETORIKA EFEKTIF

Salam Semangat,

Dalam dunia organisasi bahkan kehidupan sehari hari kita membutuhkan atau biasa melakukan yang namanya "RETORIKA", seni dalam mengajak, membujuk atau merayu orang lain untuk mengikuti apa yang kita ucapkan.

Orang yang memiliki retorika yang baik pasti akan dengan mudah diterima menyampaikan keinginan, atau lebih mudah diterima dalam pergaulan. ingin lebih jelasnya mengenai retorika berikut saya coba paparkan materi RETORIKA EFEKTIF.

Bagaimana seseorang berbicara, bertingkah, berpakaian, mendapatkan materi (bahan materi), penguasaan audience, dan bagaimana seorang Narator bisa dianggap SUKSES.

Link Unduh MATERI RETORIKA 

Salam Semangat,
Semoga Bermanfaat.
Anas Sobarnas, ST


Minggu, 12 Mei 2013

BELAJAR HTML

INSERT/INPUT PICTURE HTML
<html>
<head>
<title>INPUT GAMBAR</title>
</head>

<body>
<h3 align="center"> INPUT GAMBAR </h3>
<img src="LOGO STTM MASTER WHITE1 copy.png" align="right" 
hspace="20" vspace="1" />
<p align="right"> Sekolah Tinggi Teknologi Muhammadiyah 
Cileungsi (STTMC) merupakan Sekolah Tinggi Teknik 
di Kawasan Cileungsi </p>
</body>
</html>
 
SINTAX  
<img src="LOGO STTM MASTER WHITE1 copy.png" align="right" 
hspace="20" vspace="1" />
menunjukan bahwa kita akan menampilkan gambar, tanda = "..." 
adalah nama file tujuan.
disarankan dimasukan kedalam satu folder file html-nya.



MEMBUAT TABEL
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1" />
	<title>Latihan Membuat Tabel</title>
</head>

<body>
	<h3 align="center" style="font-size:16px"> 
<b>LATIHAN MEMBUAT TABEL</b> </h3>

Tabel dengan Border
	<table border="1">
		<tr>
			<td width="150">kol 1 Bar 2 </td>
			<td>kol 2 Bar 2 </td>
		</tr>
		<tr>
			<td>kol 1 Bar 2 </td>
			<td>kol 2 Bar 2 </td>
		</tr>
	</table>

<p> Tabel dengan Border Tebal
	<table border="10">
		<tr>
			<td width="150"> Kol 1 Bar 1</td>
			<td> Kol 2 Bar 1</td>
		</tr>
		<tr>
		<td> Kol1 Bar 2</td>
		</tr>
	</table>
</body>
</html>

Rabu, 07 November 2012

Link HTML

<a href="Contoh4.txt"> Contoh4.text  </a>

Tag Dasar HTML

<html>
<head>
<title>INPUT GAMBAR</title>
</head>

<body>
Selamat Datang di HTML
</body>
</html>