using the style a:visited {color: #999999;} as inline
Dear Sir,
I am clear about converting external/internal styles into inline styles.
For example, p{color:red;} can also be used like
<p style="color:red">......</p>
But how can we convert a:visited {color: #999999;} or similar kind of style into an inline style?