TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> input:before { content: "Enter:"; font-weight: bold; margin-right: 5px; } </style> </head> <body> <form> <input type="text" placeholder="Your Name"> </form> </body> </html>