Answers for "write a html code using frames with background color"

0

write a html code using frames with background color

<html>
<head>
  <title>Frameset Example 2<title>
</head>
<frameset rows="15%, 25%">
  <frameset cols="10%, 10%">
    <frame src ="frame_3.html" />
    <frame src ="frame_4.html" />
  </frameset>
</frameset>
</html>
Posted by: Guest on March-19-2021

Code answers related to "write a html code using frames with background color"

Browse Popular Code Answers by Language