Dreamweaver Web Page Code

Scalable image

This is what the page made by Dreamweaver looks like.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Dreamweaver Document</title>
<style type="text/css">
<!--
.style1 {font-family: Arial, Helvetica, sans-serif}
-->
</style>
</head>

<body>
<h1 align="center">Heading</h1>
<p>This is some text</p>
<p class="style1">A second paragraph in a different font</p>
<ul>
<li>this is</li>
<li>an unordered</li>
<li>list</li>
</ul>
<p>and</p>
<ol>
<li>a numbered</li>
<li>list of</li>
<li>items</li>
</ol>
<table width="50%" border="1" cellpadding="5">
<tr>
<td>this is a table </td>
<td>50% wide </td>
</tr>
<tr>
<td>with two columns </td>
<td>and two rows </td>
</tr>
</table>
<p>Here is an image <img src="smiley.gif" width="45" height="45" alt="smiley" /> and
<a href="http://www.vle-school.co.uk/linkedpage.htm">a link </a></p>
</body>
</html>


 

Next | Back
"It's kind of fun to do the impossible." - Walt Disney.
Mini-LogoAbout Us | Site Map | Privacy Policy | Contact Us | counter | ©2006 JayDax