This lesson is part of the certified course Zero to Agent Builder
0 / 6 lessons completeView course

0%

SKIP TO CONTENT
ON AIR — VIBE CODING ACADEMY · EN · LIVE

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
19 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

Live Preview

Live Preview