Prompts99.com

Cover Letter Prompt Generator

Cover Letter Style
Tone
Additional Requirements
  • A professional header (if not provided in a template)
  • A strong opening paragraph showing enthusiasm for the role
  • 2-3 body paragraphs aligning skills with the job requirements
  • A closing paragraph with a call to action
  • Appropriate formatting for a ${style} style
`; // Display the prompt const promptContent = document.getElementById('promptContent'); promptContent.innerHTML = prompt; document.getElementById('generatedPrompt').style.display = 'block'; } function copyToClipboard() { const promptText = document.getElementById('promptContent').textContent; navigator.clipboard.writeText(promptText.trim()); alert('Copied to clipboard!'); }
Report
Web Home Analyze Generate Library All tools