<html> <head> <title>Joe's own website</title> </head> <body> <h1>Welcome to Joe's website</h1> <div> <table> <tr> <th> <a href="">C</a> </th> <th> <a href="">C++</a> </th> <th> <a href="">Lisp</a> </th> <th> <a href="">Assembly</a> </th> <th> <a href="">UNIX</a> </th> <th> <a href="">GNU Emacs</a> </th> <th> <a href="">My projects</a> </th> <th> <a href="">My C/C++ style</a> </th> </tr> </table> </div> <p> This is some text </p> </body> </html>