Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

Saturday, December 21, 2013

cara membuat template blogspot / wordpres / website

membuat template blogspot dengan cara editing online. ada beberapa pilihan situs antara lain:
  • Profilebrand : menyediakan fasilitas edit template gratis, kebanyakan template yang disediakan untuk kita edit bertema jaringan sosial ( facebook, twitter, myspace dll )
  • Pimp my Profile : Nah untuk situs ini anda bisa membuat template blog, Myspace, dan friendster. Silahkan langsung saja ke situsnya.
  • Yvoschaap : Situs ini menyediakan fasilitas untuk membuat template blog sendiri hanya khusus wordpress. 
  • DoTemplate : wah kalau yang ini lumayan bagus bagi kita yang belajar membuat template blog sendiri. Disana sudah disediakan beberapa template untuk kita edit sendiri. Template yang disediakan juga cukup banyak dan simpel. Setelah anda selesai membuat template blognya, anda bisa langsung mendownloadnya disana.
  • TemplateTr : Ini situs yang menyediakan fasilitas membuat template blog gratis dan cepat. Hanya dengan 4 langkah anda sudah bisa membuat template blog sendiri. Memang hasilnya simpel, tapi dengan karya hasil sendiri tentunya memiliki kebanggaan tersendiri.
ini baru bener-bener Dunia Online-Ku / DuOnKu
»»  read more

Sunday, June 16, 2013

cara membuat tv streaming pada web/blog (indosiar)

untuk memasang tv streaming ( indosiar ) tv online pada halaman web/blog misalnya pada wordpress/blogspot dengan mencantumkan dan tidak merubah / melupakan hak ciptanya. silahkan copy & pastekan kode berikut :

karna kita mau memasang di halaman web/blog caranya cukup sederhana yaitu tambah posting lalu pilih mode HTML kemuadian pastekan script diatas save & coba lihat
»»  read more

Tuesday, October 4, 2011

tutorial HTML

belajar HTML
asiiikkkk.... boleh nie....


OK, lets get straight into it. Here, you will learn just how easy it is to create a web page. In fact, by the time you've finished with this web page, you will have created your own web page!
When you create a web page you will usually do something like this:
  1. Create an HTML file
  2. Type some HTML code
  3. View the result in your browser
  4. Repeat the last 2 steps (if necessary)

Creating a Webpage

OK, let's walk through the above steps in more detail.
  1. Create an HTML file

    An HTML file is simply a text file saved with an .html or .htm extension (i.e. as opposed to a .txt extension).
    1. Open up your computer's normal plain text editor (this will probably be Notepad if you're using Windows or TextEdit if you're using a Mac). You could use a specialized HTML editor such as CoffeeCup or Dreamweaver if you prefer (What is an HTML editor?).
    2. Create a new file (if one wasn't already created)
    3. Save the file as html_tutorial_example.html
  2. Type some HTML code

    Type the following code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <title>HTML Tutorial Example</title>
    </head>
    <body>
    <p>Less than 5 minutes into this HTML tutorial and
    I've already created my first homepage!</p>
    </body>
    </html>
    
  3. View the result in your browser

    Either...
    1. Navigate to your file then double click on it
    ...OR...
    1. Open up your computer's web browser (for example, Internet Explorer, Firefox, Netscape etc).
    2. Select File > Open, then click "Browse". A dialogue box will appear prompting you to navigate to the file. Navigate to the file, then select "Open".
  4. Repeat the last 2 steps until you're satisfied with the result

    It's unrealistic to expect that you will always get it right the first time around. Don't worry - that's OK! Just try again and again - until you get it right.


sumber : http://www.quackit.com/html/tutorial/getting_started.cfm
<a href="http://www.quackit.com/html/tutorial/">HTML Tutorial</a> from Quackit.com
»»  read more

Followers