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 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