From 6924a9ef4c4615b5443f734c25d0b50d6915f368 Mon Sep 17 00:00:00 2001 From: FROSTYLAN Date: Mon, 29 Aug 2022 15:57:57 -0500 Subject: [PATCH] Javascript en Html --- "04-JavascriptPr\303\241ctico/index.html" | 16 ++++++++++++++++ "04-JavascriptPr\303\241ctico/index.js" | 1 + 2 files changed, 17 insertions(+) create mode 100644 "04-JavascriptPr\303\241ctico/index.html" create mode 100644 "04-JavascriptPr\303\241ctico/index.js" diff --git "a/04-JavascriptPr\303\241ctico/index.html" "b/04-JavascriptPr\303\241ctico/index.html" new file mode 100644 index 0000000..4108d28 --- /dev/null +++ "b/04-JavascriptPr\303\241ctico/index.html" @@ -0,0 +1,16 @@ + + + + + + + Manipulación del DOM básica + + +

Manipulación del DOM básica

+ +

Esto es un párrafo

+ + + + diff --git "a/04-JavascriptPr\303\241ctico/index.js" "b/04-JavascriptPr\303\241ctico/index.js" new file mode 100644 index 0000000..bd582fd --- /dev/null +++ "b/04-JavascriptPr\303\241ctico/index.js" @@ -0,0 +1 @@ +console.log("Hola mundo");