Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions Section B/1905373_practical2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Ths Page is basically for Tables">

<title>Practical 2</title>
<style>
table,
th,
td {
border: 2px solid rgb(73, 128, 76);

border-collapse: separate;
<body style="background-color:powderblue;">
}
</style>
</head>
<body style="text-align: center" >
<h1>Practical 2 </h1>
<h2>w3schools.com</h2>
<br />
<table style="width: 60%; margin-left: auto; margin-right: auto">
<tr>
<th>HTML Topic</th>
<th>Links</th>
<th>Link Address</th>
</tr>
<tr>
<tr>
<td>HTML Elements</td>
<td><a href="https://www.w3schools.com/html/html_elements.asp" target="_blank">ELEMENTS</a></td>
<td>https://www.w3schools.com/html/html_elements.asp</td>
</tr>
<td>HTML Colors</td>
<td><a href="https://www.w3schools.com/html/html_colors.asp" target="_blank">COLORS</a></td>
<td>https://www.w3schools.com/html/html_colors.asp</td>
</tr>
<tr>
<td>CSS Syntax</td>
<td>
<a href="https://www.w3schools.com/css/css_syntax.asp" target="_blank">Syntax</a>
</td>
<td>https://www.w3schools.com/css/css_syntax.asp</td>
</tr>

</table>
</ul>
</body>
</html>