Skip to content
Open
Show file tree
Hide file tree
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
47 changes: 47 additions & 0 deletions 1905234_Practical_2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html>
<head>

<style>
table,th,td{
border:1px solid black;
border-collapse:collapse;
}
th,td{
padding:15px;
text-align:left;
}
</style>


</head>
<body>
<h1>HTML Links</h1>
<p><a href="https://www.w3schools.com/">Visit W3schools.com</a>
</p>
<h2> Book List</h2>
<ul>
<li>Three man in a boat</li>
<li>Invisible Man</li>
<li>Gita</li>
</ul>
<table style = "Width:100%">
<tr>
<th>FirstName</th>
<th>LastName</th>
<th>Age</th>
</tr>
<tr>
<td>DR.Manmohan</td>
<td>Singh</td>
<td>80</td>

</tr>
<tr>
<td>Narendra</td>
<td>Modi</td>
<td>60</td>
</tr>
</table>
</body>
</html>
17 changes: 17 additions & 0 deletions Section B/1905234_Practical1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!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">
<title>Guru Nanak Dev Engineering College</title>
</head>
<body>
<h1>Information Technology</h1>
<p>IT governance: This refers to the combination of policies and processes that ensure IT systems are effectively run and in alignment with the organization’s needs. IT operations: This is a catchall category for the daily work of an IT department. This includes providing tech support, network maintenance, security testing and device management duties. Hardware and infrastructure: This focus area refers to all the physical components of IT infrastructure. This pillar of IT includes the setup and maintenance of equipment like routers, servers, phone systems and individual devices like laptops.</p>
<h2>Guru Nanak Dev Engineering College Logo</h2>
<img src="https://www.logolynx.com/images/logolynx/9f/9f2c4042d28462d69f738e6018bb4ff9.jpeg" alt="GNDEC Logo" srcset="" width = "300 px height= "350 px">


</body>
</html>
17 changes: 17 additions & 0 deletions Section B/1905234_Practicle_1.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!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">
<title>Guru Nanak Dev Engineering College</title>
</head>
<body>
<h1>Information Technology</h1>
<p>IT governance: This refers to the combination of policies and processes that ensure IT systems are effectively run and in alignment with the organization’s needs. IT operations: This is a catchall category for the daily work of an IT department. This includes providing tech support, network maintenance, security testing and device management duties. Hardware and infrastructure: This focus area refers to all the physical components of IT infrastructure. This pillar of IT includes the setup and maintenance of equipment like routers, servers, phone systems and individual devices like laptops.</p>
<h2>Guru Nanak Dev Engineering College Logo</h2>
<img src="https://www.logolynx.com/images/logolynx/9f/9f2c4042d28462d69f738e6018bb4ff9.jpeg" alt="GNDEC Logo" srcset="" width = "300 px height= "350 px">


</body>
</html>
Binary file added Web Technology Lab.docx
Binary file not shown.