Skip to content
Snippets Groups Projects
example.html 356 B
Newer Older
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
   <head>
      <title>My Homepage</title>
   </head>
   <body>
      <h1>Hello, this is my page</h1>
      <p>I'm a student at <strong>Swansea University.</strong></p>
      <p>I'm also a member of <a href="http://sucs.org/">SUCS</a></p>
   </body>
</html>