svenvg93
Gebruiker
- Lid geworden
- 20 jan 2011
- Berichten
- 162
in een html template. verschrijft de afbeelding (What's new in 2011).
de code van de html is:


de code van de html is:
HTML:
<!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>Van Ginkel IT</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="topPan">
<ul>
<li></li>
<li></li>
</ul>
<a href="index.html"><img src="images/logo.gif" alt="Van Ginkel IT" width="350" height="70" border="0" class="logo" title="Business Events" /></a>
</div>
<div id="headerPan">
<div id="headerleftPan"><img src="images/blank.gif" alt="" width="1" height="1" /></div>
<div id="headermiddlePan">
<div id="menuPan">
<ul>
<li class="home"><a href="index.html">Home</a></li>
<li class="About Us"><a href="About Us.html">About Us</a></li>
<li class="Products"><a href="Products.html">Products</a></li>
<li><a href="Support.html">Support</a></li>
<li><a href="Suppliers.html">Suppliers</a></li>
<li class="contact"><a href="Contact.html" class="contact">Contact</a></li>
</ul>
</div>
<div id="headerbodyPan">
<div id="headerleftredPan">
<h2>whatsnew <br />
<span>in 2011</span></h2>
<p><span class="largetext">Van Ginkel IT</span><br> Welcome by Van Ginkel IT.<br>For all you IT Problems en Webhosting.</p></br>
</div>
<div id="headermiddleredPan"><img src="images/blank.gif" alt="" /></div>
<div id="headermorePan"><a href="Products.html">Click here</a></div>
</div>
</div>
<div id="headerrightPan"><img src="images/blank.gif" alt="" width="1" height="1" /></div>
</div>
<div id="bodyPan">
<h2>latest updates</h2>
<p class="date">on 28Th Janaury '11</p>
<p>New products.<span>We have new products,</span>finally new products </p>
<p class="more"><a href="Products.html">....know more</a></p>
<p class="border"><img src="images/blank.gif" alt="" width="1" height="1" /></p>
<p class="date">on 27Th Janaury '11</p>
<p>New Webhosting <span>Free or Paid webhosting</span> You send as the HTML files and we host the files online.</p>
<p>we guarantee that the site is always online</p>
<p class="more"><a href="Products.html">....know more</a></p>
</div>
<div id="footermainPan">
<div id="footerPan">
<ul>
<li><a href="index.html">Home</a>| </li>
<li><a href="About Us.html">About Us</a>| </li>
<li><a href="Support.html">Support</a>| </li>
<li><a href="Products.html">Products</a>| </li>
<li><a href="Suppliers.html">Suppliers</a>| </li>
<li><a href="Contact.html">Contact</a></li>
</ul>
<p class="copyright">©Van Ginkel IT All right reserved.</p>
<ul class="templateworld">
<li>design by: Sven van Ginkel</li>
</ul>
</div>
</div>
</body>
</html>


Laatst bewerkt door een moderator: