Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Inhalt des Dokuments</title> </head> <body> <table summary="grades" width="400" border="1"> <caption>Bewertungspapier</caption> <thead> <tr> <th>Student</th> <th>1. Prüfung</th> <th>2. Prüfung</th> </tr> </thead> <tbody> <tr> <td>John Johnson</td> <td>75</td> <td>65</td> </tr> <tr> <td>Mary Nicolson</td> <td>55</td> <td>80</td> </tr> <tr> <td>Max Thomson</td> <td>60</td> <td>47</td> </tr> </tbody> </table> </body> </html>