<!DOCTYPE html > <html lang ="en" > <head> <meta charset ="UTF-8" > <meta name ="viewport" content ="width=device-width, initial-scale=1.0" > <title> Document </title> <!-- Compiled and minified CSS --> <link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel ="stylesheet" > <style> button { margin : 10 px ; width : 100 % ; } </style> </head> <body> <div class ="col-lg-4" style =" margin : 5 % auto" > <div class ="card p-3" > <div > <input class ="form-control" type ="text" onclick =" Num1 () ; " id ="num1" ><br> <span id ="Sign" ></span><input class ="form-control" type ...
Comments
Post a Comment