HOME      RESUME      PHOTOS      KHMER POEMS      QUOTATIONS      CONFESSIONS

  HTML Resources

  ♦ Builder.com
  ♦ HTML Goodies
  ♦ W3C

  Web Programming

  ♦ ASP.NET
  ♦ JSP
  ♦ PHP
  ♦ Perl

 

What you need:

In order for you to develop a web site, you need two software:

  1. Notepad (or any text editor)
  2. Web Browser (Netscape, Internet Explorer, or Mozilla)
Both of these software are free. They are included when you first buy your computer. You can also download the latest version of the browsers by clicking on the following links (If you have a dial-up like aol,or msn, it'll take you a couple of hours!):
  1. Internet Explorer
  2. Netscape

Main Structure:

<html>
<head>
<title> Title of the web page <title>
</head>
<body>
Contents of the page (any HTML elements can be included here).
</body>
</html>

Table:

One Row One Column

<table>
<tr> <td> Row #1, Column #1 </td> </tr>
</table>

Row #1, Column #1

Two Rows One Column

<table>
<tr> <td> Row #1, Column #1 </td> </tr>
<tr> <td> Row #2, Column #1 </td> </tr>
</table>

Row #1, Column #1
Row #2, Column #1

One Row Two Columns

<table>
<tr>
<td> Row #1, Column #1 </td>
<td> Row #1, Column #2 </td>
</tr>
</table>

Row #1, Column #1 Row #1, Column #2

 


    HTML

    CSS

    Photoshop

    Illustrator

    Flash


© 2003. Khemaravuth Sieng. All Rights Reserved.