From 3c1f68efcca80ca01bf30078be2a0a48a5f5216a Mon Sep 17 00:00:00 2001 From: Francisco P Date: Tue, 27 Apr 2021 19:24:03 -0300 Subject: [PATCH] :\xampp\htdocs\PY-1-Probando-PHP\PY-1-CrearFormularr ase enter the commit message for your changes. Lines starting Esquema en HTML de mi primer formulario real --- index.html | 17 +++++++++++++++++ index.php | 8 ++++++++ styles.css | 0 3 files changed, 25 insertions(+) create mode 100644 index.html create mode 100644 index.php create mode 100644 styles.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..41090c0 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + + + + + Formulario + + +
+ + + + +
+ + \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..dcdb979 --- /dev/null +++ b/index.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..e69de29