0% found this document useful (0 votes)
103 views

In Notepad: Name Date Birth Hobbies Favorite Subject

The document contains a table with information about 5 students in a class, including their name, date of birth, hobbies, and favorite subject. It lists Sarah, born January 14, 2001, whose hobbies are sleeping and favorite subject is nothing. Phuc, born July 20, 2001, enjoys sport and likes PE. Son, born January 9, 1999, watches movies and his favorite subject is Business.

Uploaded by

api-295360018
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
103 views

In Notepad: Name Date Birth Hobbies Favorite Subject

The document contains a table with information about 5 students in a class, including their name, date of birth, hobbies, and favorite subject. It lists Sarah, born January 14, 2001, whose hobbies are sleeping and favorite subject is nothing. Phuc, born July 20, 2001, enjoys sport and likes PE. Son, born January 9, 1999, watches movies and his favorite subject is Business.

Uploaded by

api-295360018
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

MY CLASS

Name

Date birth

Hobbies

Favorite subject

Sarah

14/1/2001

Sleeping

Nothing

Phuc

20/7/2001

Sport

PE

Son

9/1/1999

Watching movies

Business

Tan

26/11/2000

Play games

Nothing

Vy

1/10/2000

Eating

Nothing

IN NOTEPAD
<html>
<head>
<title>haha</title>
</head>
<body>
<table border="1">

<caption>MY CLASS</caption>
<thead>
<tr>
<th>Name</th>
<th>Date birth</th>
<th>Hobbies</th>
<th>Favorite subject</th>
</tr>
</thead>
<tbody>
<tr>
<td>Sarah</td>
<td>14/1/2001</td>
<td>Sleeping</td>

<td>Nothing</td>
</tr>
<tr>
<td>Phuc</td>
<td>20/7/2001</td>
<td>Sport</td>
<td>PE</td>
</tr>
<tr>
<td>Son</td>
<td>9/1/1999</td>
<td>Watching movies</td>
<td>Business</td>
</tr>
<tr>
<td>Tan</td>
<td>26/11/2000</td>
<td>Play games</td>
<td>Nothing</td>
</tr>
<tr>
<td>Vy</td>
<td>1/10/2000</td>
<td>Eating</td>
<td>Nothing</td>
</tr>
</tbody>
</table border="1">
</body>
</html>

You might also like