A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

Example simple: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
(messing about..)
 
No edit summary
Line 1: Line 1:
<pre>
<pre>


<!DOCTYPE HTML>
<!DOCTYPE HTML>
<html>
<HTML>
   <head>
   <HEAD>
     <title>Lost Cat!</title>
     <TITLE>Lost Cat!</TITLE>
   </head>
   </HEAD>
   <body>
   <BODY>
     <h1>Have You Seen This Cat?</h1>
     <H1>Have You Seen This Cat?</H1>
     <!-- need to get an image of a cat -->
     <!-- need to get an image of a cat -->
     <p>Moggy has been missing since 12th June, 2007 if you see her please notify:</p>
     <IMG src="" alt="Moggy is a black cat with white paws, she is wearing a white collar with a small bell attached">
     <address><A href="mailto:[email protected]">Ian Hickson</A></address>
    <P>Moggy has been missing since 12th June, 2007 if you see her please notify:</P>
   </body>
     <ADDRESS><A href="mailto:[email protected]">Ian Hickson</A></ADDRESS>
</html>
   </BODY>
</HTML>


</pre>
</pre>

Revision as of 15:55, 28 May 2007


<!DOCTYPE HTML>
<HTML>
  <HEAD>
    <TITLE>Lost Cat!</TITLE>
  </HEAD>
  <BODY>
    <H1>Have You Seen This Cat?</H1>
    <!-- need to get an image of a cat -->
    <IMG src="" alt="Moggy is a black cat with white paws, she is wearing a white collar with a small bell attached">
    <P>Moggy has been missing since 12th June, 2007 if you see her please notify:</P>
    <ADDRESS><A href="mailto:[email protected]">Ian Hickson</A></ADDRESS>
  </BODY>
</HTML>