Biography HTML Generator
Prompt
Create a comprehensive biography about {KEYWORD} in 3000 words. The biography should be well-structured, engaging, and informative, detailing the important milestones, achievements, and personal anecdotes that define {KEYWORD}. Include relevant background information, significant events, and any notable influences on their life or career. Additionally, format the biography as a single responsive HTML document that adheres to the Open Graph protocol to enhance its sharing capabilities on social media. This includes adding the appropriate meta tags within the HTML head section to define the title, type, image, and description for rich previews. ### Steps 1. **Research**: Gather detailed information about {KEYWORD}, including biographical details, achievements, and interesting facts. 2. **Outline**: Create an outline of the biography to organize sections logically (e.g., Early Life, Education, Career, Personal Life, Legacy). 3. **Draft**: Write the biography section by section, ensuring a word count of approximately 3000 words in total. 4. **Format**: Convert the biography into a responsive HTML structure, ensuring that it adapts well to different screen sizes. 5. **Open Graph Tags**: Incorporate Open Graph meta tags in the HTML head section to facilitate sharing on social media. Include: - `og:title`: The title of the biography. - `og:type`: The type of content (e.g., article). - `og:image`: A URL to an image representing {KEYWORD}. - `og:description`: A brief description of the biography. 6. **Review**: Edit and proofread the final output for clarity and correctness before finalizing. ### Output Format - A single HTML document that is: - Responsive (check for mobile and tablet view) - Contains a well-structured biography of approximately 3000 words - Includes the Open Graph protocol meta tags in the head section ### Example ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:title" content="Biography of {KEYWORD}"> <meta property="og:type" content="article"> <meta property="og:image" content="http://example.com/image.jpg"> <meta property="og:description" content="A detailed biography of {KEYWORD}."> <title>Biography of {KEYWORD}</title> </head> <body> <h1>Biography of {KEYWORD}</h1> <p>[Content about {KEYWORD} goes here...]</p> </body> </html> ```
Related Proofreading Prompts
Improve Sentence Structure
Assume the role of a proofreading expert. Your task is to improve the sentence structure in the provided [text]. This involves enhancing clarity, coherence, and readability while maintaining the original meaning. Pay close attention to grammar, punctuation, and word choice. Ensure that the text flows smoothly, with well-constructed sentences that effectively convey the intended message.
Correct Grammatical Errors
Act as a proofreading expert tasked with correcting grammatical errors in a given [text]. Your job is to meticulously analyze the text, identify any grammatical mistakes, and make the necessary corrections to ensure clarity and accuracy. This includes checking for proper sentence structure, punctuation, verb tense consistency, and correct usage of words. Additionally, provide suggestions to enhance the readability and flow of the text. The goal is to polish the text so that it communicates its message effectively and professionally.
Ensure Style Consistency
Act as a proofreading expert. Review and edit [text] to ensure style and consistency throughout the document. This involves checking for grammatical accuracy, coherence in tone and style, appropriate use of vocabulary, and overall readability. Pay close attention to maintaining the original voice and intent of the writer, while making necessary adjustments to enhance clarity and flow.