From 0ff8de9c24caccdc8acf14bf2b59f1a101656eba Mon Sep 17 00:00:00 2001 From: Joe James Date: Sun, 23 Feb 2020 21:17:12 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index add437e..d56a304 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,13 @@ You should get output in the bottom right box. W3schools has comprehensive explanations of all HTML tags. - HTML [standard colors](https://www.w3schools.com/cssref/css_colors.asp), HTML [custom hex colors](https://www.w3schools.com/colors/colors_picker.asp), and [color schemes](https://coolors.co/) ### Instructions, Day 1: HTML +- Complete the HTML worksheet as you go. - Open a jsfiddle window, the GitHub html folder, and w3schools in separate tabs in your browser. - Copy and paste the HTML code from each of the HTML files into the jsfiddle and run it. +Do in order: 1. text, 2. images, 3. table, 3. lists, 4. the rest. Try modifying the code to see how the output changes. Add an extra block of text, or an extra form field. Put your own message in. Try making your own table or your own form. - After you get familiar with each of the files in the html folder, try building up your own personal webpage, similar to mine (homepage_2.html). -Add images you find on the web (you just need the image url to put the image into your webpage). You may need to resize the images using width=wwwpx height=hhhpx. +Add images you find on the web. You just need the image url to put the image into your webpage. You can do a google image search, the right-click the image and copy url. You may need to resize the images using width=wwwpx height=hhhpx. Put things you like on your homepage. ### Instructions, Day 2: CSS - Open a jsfiddle window, the GitHub css folder, and w3schools in separate tabs in your browser.