User Tools

Site Tools


web_design:horario:exercise

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
web_design:horario:exercise [2021/10/11 09:04]
mag created
web_design:horario:exercise [2023/08/16 09:33] (current)
Line 1: Line 1:
 ====== Web Development Lesson 3 - Tablas ====== ====== Web Development Lesson 3 - Tablas ======
 ===== Ejercicio ===== ===== Ejercicio =====
 +==== 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.
 +
 ==== Setup ==== ==== Setup ====
 +  * For this exercise, we will again be using [[https://jsfiddle.net|jsfiddle]], but without any existing code, so please delete everything from all panels.
 +
 +==== HTML Only ====
 +  * Create the following table using only HTML.
 +
 +^ Name ^ Home Town ^ Birth Year ^
 +| Shakira Isabel Meberak Ripoll | Barranquilla | 1977 |
 +| J Balvin | Medellin | 1985 |
 +| Juanes | Carolina del Principe | 1972 |
 +| Sebastian Yatra | Medellin | 1994 |
 +| Maluma | Medellin | 1994 |
 +
 +==== Javascript Table ====
 +  * Now create a new table below the first and give it an id of <html>js</html>
 +  * Fill the table with the same dataa using Javascript.
 +
 +[[web_design:horario:summary|Web Development Lesson 3 - Tablas]]
web_design/horario/exercise.1633968250.txt.gz · Last modified: 2023/08/16 09:33 (external edit)