Feed Your Agent Real Data (CSV)
beginner~35 min0/3 steps
Instructions
1
Add an <h1> that contains the word "Sales" or "Results"
Hint: `<h1>Sales Results — Q1</h1>`
2
Add a <div class="metric"> displaying one headline number (total revenue, total rows, anything)
3
Add a <table> with at least one data row showing CSV contents (product name + number)
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