User:Pluke/websites
Answer: | ||
<html>
<head>
<title>Kempoogle</title>
</head>
<body>
<a href="#headings">take me to headings</a>
<a name="headings"></a>
<a href="http://externallink.com">link</a>
<h1>Kempoogle</h1>
<ul>
<li>Red</li>
<li><strong>Yellow</strong></li>
<li>Green</li>
<li><em>Blue</em></li>
</ul>
<hr />
<p>This isn't very good</p>
</body>
</html>
|
A picture
Answer: | ||
<html>
<head>
<title>A picture</title>
</head>
<body>
<font color{{=}}"blue"><h1><em>Hat</em></h1></font>
<hr />
<a href="http://www.hat.com">
<img src="hat.jpg">
</a>
<p>Click on it to go to <em>www.hat.com</em></p>
<ol>
<li>Hats</li>
<li>Caps</li>
<li>Maps</li>
</ol>
</body>
</html>
|
Hello world!
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>