BTEC IT Unit 20 - Website Design/HTML/Tables
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>