BTEC IT Unit 20 - Website Design/HTML/Tables

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Now we'll know how to create table in html.

<html>

<head>
 <title> Html table </title>
</head>
  <body>
Company Contact Country
Alfreds Futterkiste Maria Anders Germany
Centro comercial Moctezuma Francisco Chang Mexico
  </body>

</html>