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