Skip to content

Commit

Permalink
Update visit.htm
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurimarawat authored Jun 23, 2024
1 parent f061dea commit af5b810
Showing 1 changed file with 54 additions and 13 deletions.
67 changes: 54 additions & 13 deletions visit.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link rel = "stylesheet" href="css/style.css">
<!-- Bootstrap CSS CDN-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.css" integrity="sha384-zCbKRCUGaJDkqS1kPbPd7TveP5iyJE0EjAuZQTgFLD2ylzuqKfdKlfG/eSrtxUkn" crossorigin="anonymous">

Expand Down Expand Up @@ -44,16 +44,57 @@
<br>
<br><br>
<br>
<img src="Image\book-1052014_1280.jpg" height="500px" class="d-block w-100" alt="Image 1">
<h3 style="color:green; margin-left:30%">The Book Collection of library is as follows.</h3>
<ul>
<li> <a href="https://www.pdfdrive.com/introduction-to-c-and-c-programming-e4331665.html">Introduction to C++ (and C) Programming
</a> </li>
<li> <a href="https://www.pdfdrive.com/learn-c-in-one-day-and-learn-it-well-c-for-beginners-with-hands-on-project-e194606364.html">
Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project</a> </li>
<li> <a href="https://www.pdfdrive.com/learn-to-program-with-c-learn-to-program-using-the-popular-c-programming-language-e166650744.html">Learn to Program with C: Learn to Program using the Popular C Programming Language</a></li>
<li> <a href="https://www.pdfdrive.com/principles-of-data-structures-using-c-and-c-e19847224.html">Principles of Data Structures Using C and C++</a></li>
<li> <a href="https://www.pdfdrive.com/introduction-to-programming-using-python-e38332810.html">Introduction to Programming Using Python </a> </li>
<li> <a href="https://www.pdfdrive.com/horowitz-and-sahani-fundamentals-of-computer-algorithms-2nd-edition-e18723362.html">Fundamentals of Computer Algorithms, 2ND Edition</a> </li>
</ul>
<img src="Image\book-1052014_1280.jpg" height="500px" class="d-block w-100" alt="Image 1"><br>
<h3 style="color:green;" class="heading_1">The Book Collection of library is as follows.</h3>
<br>
<div class="container heading_1 card">
<table class="table">
<thead>
<tr>
<th>S.No</th>
<th>Name</th>

<th>Subject</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><a href="https://www.pdfdrive.com/introduction-to-c-and-c-programming-e4331665.html">Introduction to C++ (and C) Programming</a></td>

<td>Programming</td>
</tr>
<tr>
<td>2</td>
<td><a href="https://www.pdfdrive.com/learn-c-in-one-day-and-learn-it-well-c-for-beginners-with-hands-on-project-e194606364.html">Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project</a></td>

<td>Programming</td>
</tr>
<tr>
<td>3</td>
<td><a href="https://www.pdfdrive.com/learn-to-program-with-c-learn-to-program-using-the-popular-c-programming-language-e166650744.html">Learn to Program with C: Learn to Program using the Popular C Programming Language</a></td>

<td>Programming</td>
</tr>
<tr>
<td>4</td>
<td><a href="https://www.pdfdrive.com/principles-of-data-structures-using-c-and-c-e19847224.html">Principles of Data Structures Using C and C++</a></td>

<td>Data Structures</td>
</tr>
<tr>
<td>5</td>
<td><a href="https://www.pdfdrive.com/introduction-to-programming-using-python-e38332810.html">Introduction to Programming Using Python</a></td>

<td>Programming</td>
</tr>
<tr>
<td>6</td>
<td><a href="https://www.pdfdrive.com/horowitz-and-sahani-fundamentals-of-computer-algorithms-2nd-edition-e18723362.html">Fundamentals of Computer Algorithms, 2ND Edition</a></td>

<td>Algorithms</td>
</tr>
</tbody>
</table>
</div>
</body></html>

0 comments on commit af5b810

Please sign in to comment.