This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:web_development:tables:exercise [2021/12/07 14:06] mag created |
en:web_development:tables:exercise [2023/08/16 09:33] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Web Development Lesson | + | ====== Web Development Lesson |
| - | ===== Ejercicio | + | ===== Exercise |
| ==== Objectivo ==== | ==== Objectivo ==== | ||
| In this exercise you will create a table yourself using the HTML you have learnt. You will also create the same table using Javascript. | In this exercise you will create a table yourself using the HTML you have learnt. You will also create the same table using Javascript. | ||
| ==== Setup ==== | ==== Setup ==== | ||
| - | * For this exercise, | + | * For this exercise, |
| + | * Add two tables and give them IDs of ' | ||
| ==== HTML Only ==== | ==== HTML Only ==== | ||
| Line 19: | Line 20: | ||
| ==== Javascript Table ==== | ==== Javascript Table ==== | ||
| * Now create a new table below the first and give it an id of < | * Now create a new table below the first and give it an id of < | ||
| - | * Fill the table with the same dataa using Javascript. | + | * Fill the table with the same data using Javascript. |
| [[en: | [[en: | ||