Question: Need help with my computer science assignment about HTML We use linux system; So I have trouble in step 8; First I just copy the
Need help with my computer science assignment about HTML


We use linux system;
So I have trouble in step 8; First I just copy the html file and rename it with .py but I can't find the cgi-bin directory so I just creat one in /var/www/ but seems doesn't work

Second, when I run my python file, it will not show that image...It just print out the string...
I can see the image in browser from my html code. So the image should be ok;
I must misunderstand something..Please help. I will be very appreciate!



1. Download a map of the United States in SVG format 2. Create a new HTML file named Firstname Lastname HW4.html. (If you are working in pairs the file name would be: PP_LastName1_Lastname2_HW4.html) 3. In your HTML file, add the following code to create a web page:
body> 4. On the next line in the file, insert the downloaded SVG map. Copy-paste isn't very effective here, but you can do this in vim with the following r Blank US_Map.svg (This is a vim command, please don't type this as plain code in your html file. Open your html file using vim text editor and type the above command to get all the SVG code inserted between your html body tags.) 5. Close the HTML page with: /body
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
