Input
Output
<!DOCTYPE html> <html> <head> <title>Collapsible Content</title> </head> <body> <h3>Read More</h3> <details> <summary>Click to expand</summary> <p>This is the additional hidden content.</p> </details> </body> </html>