-
Practice>Python>Regex and Parsing>Detect HTML Tags, Attributes and Attribute Valueshackerrank.com 2019. 4. 15. 12:49728x90
Detect HTML Tags, Attributes and Attribute Values
Problem Link : https://www.hackerrank.com/challenges/detect-html-tags-attributes-and-attribute-values/problem
Difficulty : Easy
Tip
- Using handle_starttag() is enough for this problem
- Print attributes as problem description
Solution
728x90'hackerrank.com' 카테고리의 다른 글
Practice>Python>XML>XML 1 - Find the Score (0) 2019.04.17 Practice>Python>Regex and Parsing>Validating UID (0) 2019.04.16 Practice>Python>Regex and Parsing>HTML Parser - Part 2 (0) 2019.04.15 Practice>Python>Regex and Parsing>HTML Parser - Part 1 (0) 2019.04.15 Practice>Python>Regex and Parsing>Hex Color Code (0) 2019.04.12