index.html
1<body>
2 <h1>Welcome</h1>
3 <form class="contact">…</form>
4</body>
TerminalOutput
my-site $ npm test
✓ 12 passed (2.1s)
🔍 Search: Claude Code
Claude CodeAnthropic · anthropic.claude-code
Add a contact form to the home page
Sure — I’ll add a contact form to index.html. Here’s the change:
index.html
- <h1>Welcome</h1>
+ <h1>Welcome</h1>
+ <form class="contact">…</form>
Claude wants to run a command:
npm test
Ask Claude to build or change anything…Add a contact form to the home page↑