Question: answer it by using the python program Write a function insert.tag ) that takes the following arguments, in this order 1. input.filename: the name of
Write a function insert.tag ) that takes the following arguments, in this order 1. input.filename: the name of an HTML file the function will process 2. output.filename: the name of an output file that will contain processed HTMLcode 3. tag: an HTML tag that will be used to stylize particular words in the original file 4. target word: the targeted word that the function finds and stylizes using the tag You don't actually need to know HTML to solve this problem. Here's an example of what the function is supposed to do. Say this the content in your original HTML file: I DOCTYPE htal chtml> I Like Pythonc/hl: sp>I love Python, because Python is awesomel I love Python yay/p
This paragraph should remain unchanged.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
