In Beautiful Soup, which of the following is used to create a new tag? A. .create_tag() B. .append_tag() C. .new_tag() D. .add_tag() Answer Workspace Report Discuss Answer with explanation Answer: Option C Explanation .new_tag() Workspace
Discuss about the question