User:Pluke/websites

From Wikibooks, open books for an open world
Jump to navigation Jump to search
   Kempoogle
Address  

Kempoogle

  • Red
  • Yellow
  • Green
  • Blue

This isn't very good

   A picture
Address  
Hat

This is a picture of a hat called hat.jpg

Click on it to go to www.hat.com

  1. hats
  2. caps
  3. maps



   Hello world!
Address  

Contact Details

List

  • Home: 0101010101010
  • Mobile: 1010101010101
  • Email: me@you.com



<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<title>Today we're learning CSS</title>
		<h1>This is a heading</h1>
	<head>
	<body>
		<h1>This is another heading<h1\>
		<ul>
	    		<li>Cabbage
	    		Carrot
	    		Cauliflower</li>
		</ul>
		<p>This is some text</p>
		<a href="www.google.com>a link to google.com</a>
		<img scr="http://www.google.co.uk/logos/standrewsday09-hp.gif" />
	
</html>