Subscribe to RSS Feed

Categories

Archives

Archive for the 'HTML' category

Using Linux for Web Design and Development (Ubuntu)

Quanta Plus and NVU both have WYSIWYG editing features. I highly recommend writing your HTML by hand though. WYSIWYG editing is not a good way to make web sites. Quanta Plus probably has the most features of any visual HTML editor on Linux.

Read the article

Free WordPress Template Websites

www.smashingmagazine.com
Sometimes it’s just like searching for a needle in a haystack: if you’ve ever googled for free and quality Wordpress Themes, you know exactly what we’re talking about. Most designers love to create Wordpress themes, so they can demonstrate the quality of their work and add some fresh works to their portfolios.

Read the article

IFRAME - Inline Frame

Syntax     <IFRAME>…</IFRAME>
Berikut beberapa attribut yang dapat dipergunakan sesuai kebutuhan anda:
* src=URI (nama file untuk isi frame)
* NAME=CDATA (nama dari frame)
* LONGDESC=URI (nama file juga menggunakan diskripsi yang panjang)
* WIDTH=Length (lebar dari frame)
* HEIGHT=Length (tinggi dari frame)
* ALIGN=[ top | middle | bottom | left | right ] (frame alignment)
* FRAMEBORDER=[ 1 | 0 ] [...]

Read the article