High risk
High Risk HTML Tag:
HTML tags, like all programming language, can present risks in their application. Tags like ,
and
tag is used twice or more on a single page, this can complicate the page layout and reduce the page’s readability — particularly for those using screen readers. It’s also important to avoid using tags for purposes other than labeling a headline. Improperly applied tags can also increase the risk of screen readers not recognizing page landmarks correctly.
• Enhancement of Malicious Code: Since HTML tags can be used to call external scripts, the misuse of certain tags can be used to trigger potentially malicious activities. Apps and plugins built with HTML tags can open users up to security threats and should be avoided.
• Reduced Performance: When HTML tags are applied incorrectly, it can affect the performance of the page. For example, excessively using
6 views