Write a program which opens the site Imgur and searches for "Bob Ross". The code should open the results to the first three photos from the search. Provide the code used and the search images generated from your program. Be sure to convert to HTML file.
Added by Tonya B.
Step 1
Let's think step by step. Show more…
Show all steps
Your feedback will help us improve your experience
Akash M and 70 other AP CS educators are ready to help you.
Ask a new question
Labs
Want to see this concept in action?
Explore this concept interactively to see how it behaves as you change inputs.
Key Concepts
Recommended Videos
Akash M.
This is supposed to be done in Python code. (Simple beginner code) Project 10-1: HTML Converter Create a program that reads an HTML file and converts it to plain text. Console HTML Converter Grocery List Eggs * Milk * Butter Specifications Store the following data in a file named groceries.html <h1>Grocery List</h1> <ul> <li>Eggs</li> <li>Milk</li> <li>Butter</li> </ul> When the program starts, it should read the contents of the file, remove the HTML tags, remove any spaces to the left of the tags, add asterisks (*) before the list items, and display the content and the HTML tags on the console as shown above.
Supreeta N.
For this assignment, you will write some simple HTML, CSS, and JavaScript code. You will build two HTML documents and one CSS document. The file names should be your NetID, the letters A/B/C, and the appropriate extension. If your NetID is jsmith6, your HTML pages should be jsmith6A.html, jsmith6B.html, and jsmith6C.css. These three documents (plus three images) should be combined in a .zip file before being uploaded to Blackboard. The code should contain the following elements/features: The CSS document will apply standard formatting to both HTML documents: At each page top, a banner image (banner.jpg). Set the header text to appear purple and in the Cambria font. HTML document A: Within an <h1> tag: "Parakeets: Green or Blue?" Within a <p> tag: The normal primary color for parakeets is green. This lets them hide better among tree leaves when they are pursued by predators. Within a second <p> tag: The blue color is a recent mutation, caused by the absence of yellow coloration from the original green. Although a popular color for pet birds, a blue parakeet would probably not survive long in the wild. The text in the <p> tags should be black and in the default style, except for the words yellow, green, and blue, which should appear in bold and in their color (e.g., the word blue should be blue). The tags in a), b), & c) should not be nested with each other. HTML document B: Within an <h1> tag, the image "green_parakeet.jpg" should be shown. A button with the label "Change color!". When the button is pressed, a script will execute causing the "green_parakeet.jpg" image to be replaced with "blue_parakeet.jpg". Additional button pressing will produce no further changes. The three images (from 1a, 3a, and 3b) should be zipped along with your three documents. All the files should be at the same folder depth, i.e., no subfolders.
Recommended Textbooks
Computer Science and Information Technology
Introduction to Programming Using Python
Computer Science - An Overview
Transcript
18,000,000+
Students on Numerade
Trusted by students at 8,000+ universities
Watch the video solution with this free unlock.
EMAIL
PASSWORD