Consider whether you want to drop fontgts or close them


In Section 2.7, we discovered that the HTML file for the male 2000 results was so poorly formatted that html Parse () was unable to fix it to allow us to extract the text table from the
tag. In this exercise, we programmatically edit this HTML file so that we can use html Parse() as desired. To do this, begin by reading the HTML file located at https://www.cherryblossom.org/cb003m.htm using read Lines().Carefully examine the HTML displayed in Section 2.7 and come up with a plan for correcting it. Consider whether you want to drop font>s or close them properly. Once you have fixed the problem so that the tag contains the text table, pass your corrected HTML to html Parse(). You may want to use a text connection to do this rather than writing the file to disk and reading it in.

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Consider whether you want to drop fontgts or close them
Reference No:- TGS01460660

Expected delivery within 24 Hours