Redirecting to AI Comparison - LABS...

AI Prompt Library

Pre-built prompts you can copy & modify for HTML/CSS/JS tasks.

Prompt #1: Info Website (Reading Benefits)

Prompt
Generate a single HTML file for a simple informational website about 'The Benefits of Reading Books'. The website should have:

A main heading: 'Unlock Your Potential: The Power of Reading'.
An introductory paragraph.
A bulleted list with at least five distinct benefits of reading (e.g., 'Improves vocabulary', 'Reduces stress').
A small image (use a placeholder URL like https://yt3.googleusercontent.com/iGyvGyxTp7imuD-iKsbsEC5UwpFMlEOv1w5JLidoGc_v_URpyQGO53YxlnL5ANfDFPSIGRB-=w1138-fcrop64=1,00005a57ffffa5a8-k-c0xffffffff-no-nd-rj with an alt attribute.)
A footer with a copyright notice for '2025 Reading Enthusiasts'.
Apply basic inline or internal CSS to:
Center the main heading.
Set the font size of the introductory paragraph to 1.1em.
Add a light grey background color to the entire page (#f0f0f0).

Prompt #2: Click Counter App

Prompt
Create a single HTML file for a basic 'Click Counter' web page.

Display a prominent heading: 'Simple Click Counter'.
Show the current count in a large, easily visible paragraph or span element, initialized to 0.
Include a button labeled 'Click Me!'.
Implement JavaScript (internal or external, link if external) such that every time the 'Click Me!' button is clicked, the displayed count increments by one.
Add a second button labeled 'Reset Count' that, when clicked, resets the counter back to 0.
Use basic CSS to center the heading and buttons, and make the count display larger and bolder.