Inline CSS Test
Posted: Thu Mar 24, 2022 12:59 pm
Webpage is using inline CSS styles example:
<!--this HTML code with inline CSS rule:-->
<p style="color:red; font-size: 12px">some text here</p>
How to achieve shown below example by tweaking wwb settings
<p>some text here</p>
<!--and the rule added into your CSS file:-->
p{color:red; font-size: 12px}
<!--this HTML code with inline CSS rule:-->
<p style="color:red; font-size: 12px">some text here</p>
How to achieve shown below example by tweaking wwb settings
<p>some text here</p>
<!--and the rule added into your CSS file:-->
p{color:red; font-size: 12px}