From 8d2053d6e06e59bfb911a51bc245e438cd75605d Mon Sep 17 00:00:00 2001 From: shwetha729 Date: Wed, 11 Oct 2023 15:12:31 -0400 Subject: [PATCH] Updated: Wednesday, October 11,2023-10-11 15:12:29 --- enter/Week 3 Slides.md | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) 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: + +``` +