To define a table we use <table> </ table> tags. All things that will be included in the table you should be in this tag. If not, open your text editor and web browser, and make sure your HTML coding such as this.
<html>
<head>
<title> My Web </ title>
</ head>
<body>
<table>
</ table>
</ body>
</ html>
Result
My Web Page
<head>
<title> My Web </ title>
</ head>
<body>
<table>
</ table>
</ body>
</ html>
Result
| This is my table!
| |
|---|---|
| Cell 1 | Cell 2
|
| Cell 3 | Cell 4
|
Read more...





