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