From f4de1f343d1cf46ef380f5a460aefb4bd742f969 Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Tue, 10 Oct 2023 14:30:11 -0400 Subject: [PATCH] Updated: Tuesday, October 10,2023-10-10 14:29:57 --- enter/Slides.md | 44 ++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 42 insertions(+), 2 deletions(-) diff --git a/enter/Slides.md b/enter/Slides.md index 9328731..2310a40 100644 --- a/enter/Slides.md +++ b/enter/Slides.md @@ -52,6 +52,46 @@ Let's start with #1. ### HTML version declaration   Every website starts with this line of code for HTML +Start by typing this line in your program +```html + + + + + + ``` -! -``` \ No newline at end of file + +--- + +### Next is the Header! + +``` + + + + + + + + +``` + +--- + +### Next is the Body! + + + + + + + + + This is the tile of my site! +<title> +</head> + +</html> + +---