Regular expression and strip html tag
json formatting website : https://jsoneditoronline.org/
<img alt="" src="lib/header1.jpg" style="padding : 1px;"/> = dictionary of attribute = {'alt': '', 'style': 'padding : 1px;', 'src': 'lib/header1.jpg'}
...
Regular expression and strip html tag
<img alt="" src="lib/header1.jpg" style="padding : 1px;"/> = dictionary of attribute = {'alt': '', 'style': 'padding : 1px;', 'src': 'lib/header1.jpg'}
...