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
(make the example valid, make the alt text not introduce info that the image (probably) doesn't convey, and <address> probably isn't appropriate here)
m (editorial: adding line-breaks)
Line 9: Line 9:
     <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><IMG src="" alt="The cat is black with white paws, and is wearing a white collar with a small bell attached."></P>
     <P><IMG src="" alt="The cat is black with white paws, and is wearing a
     <P>Moggy has been missing since 12th June, 2007 if you see her please notify <A href="mailto:[email protected]">Ian Hickson</A>.</P>
    white collar with a small bell attached."></P>
     <P>Moggy has been missing since 12th June, 2007 if you see her please
    notify <A href="mailto:[email protected]">Ian Hickson</A>.</P>
   </BODY>
   </BODY>
</HTML>
</HTML>


</pre>
</pre>

Revision as of 19:34, 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 -->
    <P><IMG src="" alt="The cat is black with white paws, and is wearing a
     white collar with a small bell attached."></P>
    <P>Moggy has been missing since 12th June, 2007 if you see her please
     notify <A href="mailto:[email protected]">Ian Hickson</A>.</P>
  </BODY>
</HTML>