Closed dmitrii-fediuk closed 6 years ago
upwork.com/ab/f/contracts/20800580
Presentational attributes such as 'border' is used to format the ‘Norton Secure’ image link. CSS should be used for styling instead.
<img name="seal" src="https://seal.websecurity.norton.com/getseal?at=0&sealid=0&dn=www.kitchencoll ection.com&lang=en&tpt=opaque" oncontextmenu="return false;" border="0" usemap="#sealmap_large" alt="" style="z-index: 2147483646; position: relative;">
It's important to validate if HTML is used to format the content and determine if it can be fixed by moving the presentational attributes to your CSS. It's not always practical to make these changes, but should be made when possible
Use CSS to stylize the content.
Fixed in 0.0.2.
upwork.com/ab/f/contracts/20800580
Presentational attributes such as 'border' is used to format the ‘Norton Secure’ image link. CSS should be used for styling instead.
Code snippet:
Rationale
It's important to validate if HTML is used to format the content and determine if it can be fixed by moving the presentational attributes to your CSS. It's not always practical to make these changes, but should be made when possible
Recommendations
Use CSS to stylize the content.