write a html code using frames with background color

Solutions on MaxInterview for write a html code using frames with background color by the best coders in the world

showing results for - "write a html code using frames with background color"
Jibril
12 Jan 2020
1<html>
2<head>
3  <title>Frameset Example 2<title>
4</head>
5<frameset rows="15%, 25%">
6  <frameset cols="10%, 10%">
7    <frame src ="frame_3.html" />
8    <frame src ="frame_4.html" />
9  </frameset>
10</frameset>
11</html>
similar questions
frames in html