Jumat

Picker Panel

var jscolor = { dir : '', // location of jscolor directory (leave empty to autodetect) bindClass : 'color', // class name binding : true, // automatic binding via preloading : true, // use image preloading? install : function() { jscolor.addEvent(window, 'load', jscolor.init); }, init : function() { if(jscolor.binding) { jscolor.bind(); } if(jscolor.preloading) { jscolor.preload(); } }, getDir : function() { if(!jscolor.dir) { var detected = jscolor.detectDir(); jscolor.dir = detected!==false ? detected : 'jscolor/'; } return jscolor.dir; }, detectDir : function() { var base = location.href; var e = document.getElementsByTagName('base'); for(var i=0; i vs[a] ? (-vp[a]+tp[a]+ts[a]/2 > vs[a]/2 && tp[a]+ts[a]-ps[a] >= 0 ? tp[a]+ts[a]-ps[a] : tp[a]) : tp[a], -vp[b]+tp[b]+ts[b]+ps[b]-l+l*c...

16 Warna

WarnaNama warnaKodenya Gan!!!  WarnaNama warnaKodenya Gan!!!  Black#000000   Green#008000  Silver#c0c0c0   Lime#00ff00  Gray#808080   Olive#808000  White#ffffff   Yellow#ffff00  Maroon#800000   Navy#000080  Red#ff0000   Blue#0000ff  Purple#800080   Teal#008080  Fushia#ff00ff   Aqua#00ff...

HTML Warna

Foreground ColorTo add color to an HTML element, you use style="color:{color}", where {color} is the color value. For example: <h3 style="color:blue">HTML Colors</h3> This results in: HTML Colors Background Color To add a background color to an HTML element, you use style="background-color:{color}", where {color} is the color value. For example: <h3 style="background-color:blue">HTML Colors</h3> This results in: HTML Colors Border ColorTo add a colored border to an HTML element, you use style="border:{width} {color} {style}", where {width} is the width of the border, {color} is the color of the border, and {style} is the style of the border. For example: <h3 style="border:1px blue solid;">HTML Colors</h3> This results in: HTML Colors Color NamesThe...

HTML Elemen

Contohnya Gan!!!<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><br /> <html><br /> <head><br /> <title>Blog Ancur 2011</title><br /> </head><br /> <body><br /> <p>Less than 5 minutes into this HTML tutorial and<br /> I've already created my first homepage!</p></body><br /> </html><br /> </textarea<br /> Penjelasan dari kode diatas:        <DOCTYPE ...! >  Elemen memberitahu browser versi HTML dokumen menggunakan.             Unsur <html> dapat dianggap sebagai wadah bahwa semua tag lain duduk di dalamnya (kecuali untuk tag...

HTML Tags

<br /> <!--...--><br /> <!doctype><br /> <a><br /> <abbr><br /> <address><area><br /> <article><br /> <aside><br /> <audio><br /> <b><br /> <base><br /> <bb><br /> <bdo><br /> <blockquote><body><br /> <br><br /> <button><br /> <canvas><br /> <caption><br /> <cite><br /> <code><br /> <col><br /> <colgroup><br /> <command><br /> <datagrid><br /> <datalist><br /> <dd><br /> <del><br /> <details><br /> <dfn><br /> <div><dl><dt><br...

HTML Cheat Sheet

Heading<h1>Heading 1</h1><br /> <h2>Heading 2</h2><br /> <h3>Heading 3</h3><br /> <h4>Heading 4</h4><br /> <h5>Heading 5</h5><br /> <h6>Heading 6</h6>Heading 1Heading 2Heading 3Heading 4Heading 5Heading 6 Paragrap <p>Normal paragraph text.</p>Normal paragraph text. Line BreakI feel a line break coming... <br /> ...up.I feel a line break coming... ...up. Bold Text <b>Bold text.</b>Bold text. Italic Text<i>Italic text.</i>Italic text. Color Text<p style="color:#ffcc00">Color text.</p>Color text. Text Size<p style="font-size:18pt">Text size using points.</p><br /> <p style="font-size:18px">Text size using...

HTML Forms

(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWzF9-1xUqSa-qPgYbIl4WUm6NNPO3lsFvNLWBphR_Rr_dz6nulKeSOL7GxxSGKFlkgk6EsRgKo33I2pgO3k5OvwqJJxhpnAozfzQ6B3IY3uBGSIS9UyL3ggJqZx115vHJeLB_lMVHTos/s320/12.jpg) BLOG MIMPI 2011 MIMPI 2012 MIMPI 2012 MIMPI 2011 MIMPI 2012 MIMPI 201123 ...

Table with cellpadding, cellspacing, and width attributes

<table border="1" cellpadding="5" cellspacing="5" width="100%"><tr> <td width="20%">Table cell 1</td><td>Table cell 2</td> </tr> </table> Table cell 2Table cell 2 Table header Table header Table cell 1Table cell 4 Table header Table cell 1Table cell 2 Table headerTable cell 1 Table cell 2 Table header Table header Table cell 1Table cell 2...

Basic Table

<table border="4"><tr> <td>Table cell 1</td> <td>Table cell 2</td> <td>Table cell 3</td> <td>Table cell 4</td> <td>Table cell 5</td> <td>Table cell 6</td> </tr> </table> Table cell 1 Table cell 2 Table cell 3 Table cell 4 Table cell 5 Table cell 6...

HTML Gambar Border

<A HREF="JavaScript: alert('<img src="/pix/milford_sound/milford_sound_t.jpg" width="225" height="151" alt="Milford Sound in New Zealand" border="5" />')">...

HTML Lembar [Sheet]

UNTUK GAMBAR :('<img src="/pix/milford_sound/milford_sound_t.jpg" width="225" height="151" alt="Milford Sound in New Zealand" />')"&...

HTML Tags

* <!--...--><br /> * <!doctype><br /> * <a><br /> * <abbr><br /> * <acronym><br /> * <address> * <applet><br /> * <area><br /> * <b><br /> * <base><br /> * <basefont><br /> * <bdo><br /> * <big><br /> * <blockquote> * <body><br /> * <br><br /> * <button><br /> * <caption><br /> * <center><br /> * <cite><br /> * <code><br /> * <col><br /> * <colgroup><br /> * <dd><br /> * <del><br /> * <dfn><br />...

Kode Warna Hex

blue Hex color code: #e2f1fb Hex color code: #0000ff (same as 'blue') Hex color code: #83c8f9 Hex color code: #000099 Hex color code: #2984c3 Hex color code: #000066 Hex color code: #075d9a ...

 
Design by Wordpress Theme | Bloggerized by Free Blogger Templates | coupon codes