I have an html rich text, represented in a QTextEdit.

Here is my question, is it possible to recover a particular property from html representation?

For example:

<TD align="center" property="prize" width="10%" >NOBEL</TD>

When i get the rich text represented in QTextEdit : NOBEL , is it possible to recover the string "prize" ?

Thanks in advance

K