Rule Definition
This rule will check the use of in HTML source code
Remediation
Use CSS font-size via classes.
Violation Code Sample
<big>Important text</big>
Fixed Code Sample
<span class="text-large">Important text</span>
# CSS
.text-large {
font-size: 1.2rem;
}
Reference
MDN – element (obsolete):
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/big
WHATWG HTML Living Standard – Obsolete elements:
https://html.spec.whatwg.org/multipage/obsolete.html
Related Technologies
Technical Criterion
CWE-710 - Improper Adherence to Coding Standards [Pillar]
About CAST Appmarq
CAST Appmarq is by far the biggest repository of data about real IT systems. It's built on thousands of analyzed applications, made of 35 different technologies, by over 300 business organizations across major verticals. It provides IT Leaders with factual key analytics to let them know if their applications are on track.