Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

<!

DOCTYPE html>
<html>
<head>
<title>Student Information</title>
<style>
/* Style adjustments for better presentation */
body {
font-family: Arial, sans-serif;
margin: 20px;
padding: 0;
background-color: #f7f7f7;
}
h1 {
text-align: center;
color: #333;
}
table {
margin: 20px auto;
border-collapse: collapse;
width: 80%;
background-color: #fff;
}
table, th, td {
border: 1px solid #999;
padding: 8px;
text-align: center;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 10px auto;
}
p {
text-align: center;
margin: 10px auto;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Student Information</h1>

<!-- Student Details -->


<p><strong>Họ và tên:</strong> Nguyễn Duy Ngọc</p>
<p><strong>Lớp:</strong> C6</p>
<p><strong>ID student:</strong> 23BI14342</p>

<!-- Table -->


<table>
<thead>
<tr>
<th></th>
<th>Phản ứng 1</th>
<th>Phản ứng 2</th>
<th>Phản ứng 3</th>
</tr>
</thead>
<tbody>
<!-- Rows with reactions -->
<!-- ... (Your image links and descriptions go here) ... -->
</tbody>
</table>

<!-- Embedded YouTube Video -->


<div style="text-align: center;">
<iframe width="560" height="314" src="//www.youtube.com/embed/Llw9Q6akRo4?
si=PtX3hzCb1iQPDHl2" allowfullscreen="allowfullscreen"></iframe>
<p><a href="https://steamuserimages-a.akamaihd.net/ugc/158028391342155131/
EEC96D98ABAE9CAD402DFEB96283C2514ACCF8C1/?
imw=5000&imh=5000&ima=fit&impolicy=Letterbox&imcolor=
%23000000&letterbox=false"><img src="https://media.makeameme.org/created/click-
here-xp4uaw.jpg" width="281" height="188" alt="Click here" /></a></p>
</div>

</body>
</html>

You might also like