HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <table> <thead> <tr> <th>Students</th> <th>Mark</th> </tr> </thead> <tbody> <tr align="char" char="." charoff="2"> <td>Brendon</td> <td>28.25</td> </tr> <tr> <td>Eich</td> <td>30.75</td> </tr> </tbody> </table> <p><strong>Note</strong> : charoff attribute for &lt;tr> tag is not supported in any of the modern web browser.</p> </body> </html>
OUTPUT
×

Save as Private