From 8d2b69f281c668e190657f4abe66c5480b0fb351 Mon Sep 17 00:00:00 2001 From: Yudji <84600861+rafaelyudji@users.noreply.github.com> Date: Sun, 28 Apr 2024 11:03:11 -0300 Subject: [PATCH 1/2] Add files via upload --- aula-02-html/formulario.html | 51 ++++++++++++++++++++++++++++++++++++ aula-02-html/tabela.html | 18 +++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 aula-02-html/formulario.html create mode 100644 aula-02-html/tabela.html diff --git a/aula-02-html/formulario.html b/aula-02-html/formulario.html new file mode 100644 index 0000000..c10bb10 --- /dev/null +++ b/aula-02-html/formulario.html @@ -0,0 +1,51 @@ + + + + + + Atividade + + + +
+

MS-Code

+
+ +
+

Formulário

+
+ +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + + +
+
+ + + + + + + diff --git a/aula-02-html/tabela.html b/aula-02-html/tabela.html new file mode 100644 index 0000000..65e266e --- /dev/null +++ b/aula-02-html/tabela.html @@ -0,0 +1,18 @@ +

Informações de Contato

+ + + + + + + + + + + + + + + + +
NomeEmailTelefone
João Silvajoao@exemplo.com(27) 1234-5678
Maria Oliveiramaria@exemplo.com(27) 9876-5432
\ No newline at end of file From 2e09e201f4b1bf73ec7db365f44b1f979dc179b1 Mon Sep 17 00:00:00 2001 From: Yudji <84600861+rafaelyudji@users.noreply.github.com> Date: Sun, 28 Apr 2024 11:03:27 -0300 Subject: [PATCH 2/2] Delete aula-02-html/.gitkeep --- aula-02-html/.gitkeep | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 aula-02-html/.gitkeep diff --git a/aula-02-html/.gitkeep b/aula-02-html/.gitkeep deleted file mode 100644 index e69de29..0000000