What Is a Coding Agent?
beginner~25 min0/3 steps
Instructions
1
Add an <h1> heading that contains the word "Agent" — this is the page title
Hint: Try: `<h1 class="text-4xl font-bold text-white mb-3">What Is a Coding Agent?</h1>`
2
Add a <section class="can-do"> element listing 3 things an agent CAN do (use a <ul> with 3 <li> items)
3
Add a <section class="cannot-do"> element describing at least 2 things an agent CANNOT do
Your Code
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Live Preview
Live Preview