Value vs Placeholder

Developer
Size
2,244 Kb
Views
34,408

How do I make an value vs placeholder?

A quick demo of the pros of using placeholder rather than value for a form.. What is a value vs placeholder? How do you make a value vs placeholder? This script and codes were developed by Saysora on 26 August 2022, Friday.

Value vs Placeholder Previews

Value vs Placeholder - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Value vs Placeholder</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="wrap"> <div id="middleWorks"> <div class="padding"> <div id="showMe"> <h1>Input Fields</h1> <h2>'Value' versus 'PlaceHolder'</h2> <br> <h3>Value</h3> <label>Email</label> <input type="text" value="Email"> <input type="submit"> <br> <h3>Placeholder</h3> <label>Email</label> <input type="text" placeholder="Email"> <input type="submit"> </div> </div> </div>
</div>
</body>
</html>

Value vs Placeholder - Script Codes CSS Codes

* { margin: 0; padding: 0;
}
html, body { height: 100%;
}
body { color: #fff; font-family: "Helvetica";
}
#wrap { height: 100%; background: #2c3e50;
}
#middleWorks { background: #34495e; width: 960px; max-width: 100%; height: 100%; margin: 0 auto;
}
.padding { padding: 10px;
}
input[type="text"], input[type="email"] { border: none; padding: 10px 15px; background: #fff; font-size: 1.2em; color: #000; margin: 10px;
}
input[type="submit"] { border: none; background: #27ae60; color: #fff; font-size: 1.2em; padding: 10px 15px; outline: none;
}
input[type="submit"]:hover { background: #2ecc71;
}
input[type="submit"]:active { background: #229854;
}
Value vs Placeholder - Script Codes
Value vs Placeholder - Script Codes
Home Page Home
Developer Saysora
Username azureknight
Uploaded August 26, 2022
Rating 3
Size 2,244 Kb
Views 34,408
Do you need developer help for Value vs Placeholder?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Saysora (azureknight) Script Codes
Create amazing love letters with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!