You've successfully subscribed to The Poor Coder | Hackerrank Solutions
Great! Next, complete checkout for full access to The Poor Coder | Hackerrank Solutions
Welcome back! You've successfully signed in.
Success! Your account is fully activated, you now have access to all content.
Home
Author
Terms
Privacy
About
Tumblr
Pinterest
Enable dark mode
Detect HTML Tags, Attributes and Attribute Values
Beeze Aal
28.Jul.2020
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]->