'downsampling does not appear on the main frame

In html I use the frame on the main page but the downsampling does not appear on the main frame please solve the problem

<pre>  
    <frameset rows = "15%,90%" frameborder="YES" border="2" framespacing="0">
        <frame src="html/top_frame.html" name="top">
        <frame src="html/login.html" name="main" scrolling="YES" >
    </frameset>
</pre>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Document</title>
  
         <pre>
              <frameset rows = "15%,90%" frameborder="YES" border="2" framespacing="0">
              <frame src="html/top_frame.html" name="top">
              <frame src="html/login.html" name="main" scrolling="YES" >
              </frameset>
       </pre>
</head>
<body>
  
</body>
</html>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source