diff --git a/enter/Week 3 Slides.md b/enter/Week 3 Slides.md index b79cdba..2200806 100644 --- a/enter/Week 3 Slides.md +++ b/enter/Week 3 Slides.md @@ -108,8 +108,43 @@ Start by typing this line in your program ## Save this file as hello.html file +& drag it to your browser window. +Ta-da!! You have just launched your web design...but there's only text in it + --- -Next \ No newline at end of file +## Give it Pizzazz + + +Change the background color in the `body` tag. + +``` + + + +``` + + +Change the size of the text with the `h` tags & `p` tags +``` + +

This is a heading

+

This is a paragraph.

+ + + + + +``` + + + +Add an image from the internet with: + +``` +