0
Please how can i have a pure and video tutorial about this? Or is their any expert that can help teach me very well?
2 Respuestas
+ 4
<frame>s and parent <frameset> are deprecated in Html5: don't use them...
Rather use <iframe>s element: as any other one it can be styled with setting required size to integrate html document inside another one, by giving to it 'src' attribute with URL of the web content to be displayed inside ^^
0
what is your problem with frames?