https://colorlib.com/wp/free-bootstrap-ecommerce-website-templates/ https://colorlib.com/demo?theme=fashe
Posts
- Get link
- X
- Other Apps
<!DOCTYPE html> <html> <title>Text Multiplyer</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css"> <script> function validateForm() { var x = document.forms["myForm"]["inputertext"].value; if (x == "") { alert("text must be filled out"); return false; } } function multiplyer() { var y = document.getElementById("inputer").value; document.getElementById("outputer").innerHTML = y; } </script> <style type="text/css"> @import url('https://fonts.googleapis.com/css?family=Exo'); div h1 { font-family: 'Exo', sans-serif; text-shadow: 2px 1px 2px #2c56a5; } </style> <body> <div class="w3-card-4"> <d...
This is created by karan sahu from delhi harakesh nagar
- Get link
- X
- Other Apps