Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

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>
Source by way2tutorial.com #
 
PREVIOUS NEXT
Tagged: #write #html #code #frames #background #color
ADD COMMENT
Topic
Name
4+5 =