Friday, June 3, 2011

HTML tutorial

Definition list
<html>
<head>
<title>definition list</title>
</head>
<dl >
<dt>matter
<dd>Any thing which occupies space, have mass called matter
<dt>chemistry
<dd>The branch of science which deals with matter and its transformation.
</dl>
</body>
</html>
preview-

No comments: