Language translator tool
<!DOCTYPE html> <html> <head> <title>Language Translator</title> <style> body { font-family: Arial, sans-serif; } .translator { max-width: 500px; margin: 0 auto; padding: 20px; } label { font-weight: bold; display: block; margin-bottom: 5px; } select, textarea { width: 100%; padding: 10px; margin-bottom: 10px; } button { background-color: #4CAF50; color: white; padding: 10px 20px; border: none; cursor: pointer; } #translated-text { margin-top: 10px; font-weight: bold; } </style> </head> <body> <div class="translator"> <h1>Language Translator</h1> <label for="source-language">Source Language:</label> <select id="source-language"> <option value="af">...