Generation

1 Open the program 2 The program shows you 3 buttons 3 The first buttons (A) have Three buttons, the first button attach a file, the second button Name it file Third button Publish file 3 The second button (B) shows you the files you published in the first button and you can delete or rename them 4 The third button (c) shows you all the files you have published and also the files that others have published, and there is a search box inside this button that searches for you for files

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>CodePen - default</title> <link rel="stylesheet" href="css/style.css"> <link href="https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;900&display=swap" rel="stylesheet"> </head> <body> <div class="container"> <h1> Welcome to our App </h1> <div class="main"> <button class="main-buttons" id="button1">A</button> <button class="main-buttons" id="button2">B</button> <button class="main-buttons" id="button3">C</button> </div> <div class="buttons" id="buttons1"> <input type="file" id="files" name="files[]" multiple />

Questions about programming?Chat with your personal AI assistant