frame_a.html
<html> <head> <style> #mycolor1 {color: blue;} .mycolor2 {color: blue;} .textbox{background-color:yellow} </style> <div style="background-color:yellow;text-align:center"><h2>Frame 1 </h2></div> </head> <body bgcolor="blue"> <center><input type="text" value="Iam in Frame1" id="Frame1txt" /></center> </body> </html>
0 comments:
Post a Comment