diff --git a/enter/Slides.md b/enter/Slides.md index 2310a40..7dff27e 100644 --- a/enter/Slides.md +++ b/enter/Slides.md @@ -81,7 +81,7 @@ Start by typing this line in your program ### Next is the Body! - +``` @@ -92,6 +92,22 @@ Start by typing this line in your program </head> +<body> + +& This is where the text of a website goes +</body> + </html> +``` + --- + + +## Save this file as hello.html file + + +--- + + +Next \ No newline at end of file