From 1f0c98ad816b09a9ed7d0cd9c4ff01edc5b196ac Mon Sep 17 00:00:00 2001 From: miguellaguiar <161845395+miguellaguiar@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:18:33 -0300 Subject: [PATCH 1/2] tabela da aula de sexta --- aula-02-html/tabela.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 aula-02-html/tabela.html diff --git a/aula-02-html/tabela.html b/aula-02-html/tabela.html new file mode 100644 index 0000000..854965d --- /dev/null +++ b/aula-02-html/tabela.html @@ -0,0 +1,26 @@ + + + + + +Tabela Simples + + + + + + + + + + + + + + + + +
NomeIdade
João25
Maria30
+ + + \ No newline at end of file From 659ae1afc0868b4ec48f39b9c9d6f3bedcbdb150 Mon Sep 17 00:00:00 2001 From: miguellaguiar <161845395+miguellaguiar@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:22:35 -0300 Subject: [PATCH 2/2] formulario da aula de sexta --- aula-02-html/formulario.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 aula-02-html/formulario.html diff --git a/aula-02-html/formulario.html b/aula-02-html/formulario.html new file mode 100644 index 0000000..9fd6d15 --- /dev/null +++ b/aula-02-html/formulario.html @@ -0,0 +1,21 @@ + + + + + +Formulário Simples + + + +
+
+
+
+
+
+
+ +
+ + + \ No newline at end of file