Access: [11.2.1.1]: replace deprecated html <applet> (Priority 2)
Cause:
Replace deprecated html elements and attributes to ensure their web pages remain compliant with
the most current browser technologies. Applet (and all its attributes) has been deprecated in
favor of <object>.
Example:
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/11.2.1</title>
</head>
<body>
<applet>
</applet>
</body>
</html>
|
Solution:
References: