Hackerrank Detect HTML Tags, Attributes and Attribute Values Solution
You are given an HTML code snippet of lines.
Your task is to detect and print all the HTML tags, attributes and attribute values.
Print the detected items in the following format:Tag1Tag2-> Attribute2[0] > Attribute_value2[0]-> Attribute2[1] > Attribute_value2[1]->