Opper Internet Concepts

HTML, DHTML

HTML stands for "HyperText Markup Language" and is the instructions that tells your browser how to view this page. DHTML is "Dynamic HyperText Markup Language" which allows for dynamic or changing content on the pages.

A sample of this is as follows:

<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>HTML DHTML</title>
</head>

<body bgproperties="fixed" topmargin="0" bgcolor="black" link="#b46808" vlink="#fbcf99" alink="#fbcf99" text="#b46808" background="../../GRAPHICS/bglines.gif">
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td width="10%" nowrap></td>
<td>
<div align="left">
<table border="0" cellpadding="4" cellspacing="2" width="500">
<tr>

Back