Day: July 23, 2014

Summer Web Design Class Day 4

1.  CSS Styling Let’s do some styling so we can change fonts and colors: Copy and paste the following into Notepadd++ <!DOCTYPE html> <html> <head> <title>Title of the webpage</title> <style type=”text/css”> body { background-color:#d0e4fe; background-image:url(dogs.gif);Continue reading