Posts

Showing posts from September, 2022

CRUD Operation from HTML

Image
 -----------------------------CRUD OPERATION from html------------------------- ----------------------------html template-------------------------- <!DOCTYPE html> <html>     <head>         <title>Personal Information</title>         <!-- Latest compiled and minified CSS -->         <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />         <style>             .main-container {                 margin: 0 auto;                 display: flex;                 flex-direction: column;             }             .section-top {                 width: 600px; ...