hi,

I've been trying to embed a csv file into my html file..i have tried many source code, but nothing works.

Code:
<html>
<head><title>Reading values into a table</title></head>
<body>
<table datasrc='#data'>
  <thead>
     <tr><th>Number</th><th>Category</th></tr>
  </thead>
...