Posts

Showing posts from November, 2022

CODING ASSIGNMENT 3 Library Management

Image
  Library Management In this assignment, let's build a Library Management page by applying the concepts we learned till now. Refer to the image below Completion Instructions Instructions Functionality to be added HTTP Requests & Responses Resources Image URLs Colors Font-families Concepts Review Want to quickly review some of the concepts you’ve been learning? Take a look at the Cheat Sheets. <!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous" /> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/p