From 96a60369d6dcc672ad4b217d4b80537a9eff82ad Mon Sep 17 00:00:00 2001 From: Joe James Date: Thu, 12 Mar 2020 07:30:33 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03c8116..7296653 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Intro to Programming #### Forest Hill High School > Mr. James -This is a very brief introduction to programming. We will spend 2 days on HTML, 1 day on CSS, and 2 days on Python. We'll use HTML and CSS to create a simple web page. We'll learn how to add links, images, header text, tables and forms to our page. Then we'll use CSS to improve the styling. Python is a general purpose programming language, and we'll learn very basic programming skills including math functions, for loops, if-else statements, lists, dictionaries and simple functions. -Most of the code is already written for you, so you only need to copy and paste it, then click Run. You will make minor changes to the code to complete the worksheet. +This is a very brief introduction to programming. We will spend 2 days on HTML, 1 day on CSS, and 2 days on Python. We'll use HTML and CSS to create a simple web page. We'll learn how to add links, images, header text, tables and forms to our page. Then we'll use CSS to improve the styling. +Python is a general purpose programming language, and we'll learn very basic programming skills including math functions, for loops, if-else statements, lists, dictionaries and simple functions. +The code is already written for you, so you only need to copy and paste it, then click Run. You will make minor changes to the code to complete the worksheets. ### Resources - Online HTML and CSS editor [jsfiddle](http://www.jsfiddle.net) In the HTML square type Hello World, then click the Run button.